When the Xcode Command Line tools are not installed but CMAKE_OSX_SYSROOT is
set, we would try to re-export symbols from the libc++abi.dylib shipped in
the sysroot, which does not exist. This commit changes the build on OS X to
always re-export symbols from the explicit re-export lists, which doesn't
change depending on what system you're building on, and is therefore much
less flaky.
Details
Details
- Reviewers
EricWF mclow.lists - Commits
- rG3aeeaff89f38: [libcxx] Fix libc++ re-exporting logic when Command Line Tools are not installed
rCXX347708: [libcxx] Fix libc++ re-exporting logic when Command Line Tools are not installed
rL347708: [libcxx] Fix libc++ re-exporting logic when Command Line Tools are not installed
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I tested this on Mojave and High Sierra with and without developer tools installed, but I would appreciate if reviewers could pull this patch, run ninja check-cxx-abilist and make sure it passes.