llvm / llvm-zorg

Other
68 stars 97 forks source link

Link against installed libc++/libc++abi when bootstrapping #299

Closed arichardson closed 3 weeks ago

arichardson commented 3 weeks ago

The build tree layout does not necessarily match a valid libc++ installation tree, so install libc++/libc++abi first.

This is needed for https://github.com/llvm/llvm-project/pull/115379