[PATCH] D71081: gn build: Add support for building scudo and its unit tests.
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 6 06:11:17 PST 2019
thakis added a comment.
I think the problem there is that on mac, libc++ headers are supposed to go with the compiler, and the stage1 clang in out/gn doesn't have libc++ headers installed next to it. The stage2_unix toolchain should depend on copying libc++ headers to the build output dir on macOS.
For now I'll disable this on mac, but every other stage2_unix target that uses C++ headers will have the same problem. So hopefully I'll find time to fix this right soon.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71081/new/
https://reviews.llvm.org/D71081
More information about the llvm-commits
mailing list