Changes between Initial Version and Version 1 of Ticket #62426, comment 74


Ignore:
Timestamp:
Sep 29, 2022, 3:22:42 PM (2 years ago)
Author:
RJVB (René Bertin)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62426, comment 74

    initial v1  
    1414Remember that my testing above seems to suggest that all should be fine as long as you use the same libc++ that was used for building the compiler(s). There's a bootstrap problem here, but also the question how LLVM imagine their default build should be used. Because your demo issue should bite on every platform that uses libc++ as the system C++ runtime.
    1515
    16 >
    17 > https://github.com/macports/macports-ports/blob/d08617c395900282d3034185baf81987a9954e59/lang/llvm-9.0/Portfile#L597
     16EDIT: I never understood what compiler-rt stands for, apparently some kind of runtime?