[libcxx-commits] [PATCH] D125597: [libcxxabi] Copy headers into build location
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Sep 7 14:14:16 PDT 2022
ldionne added a comment.
I think I don't understand why `compiler-rt` would need those headers to be present. Why is it trying to use libc++/libc++abi headers inside `build/`? Instead, shouldn't it install the toolchain to a temporary directory and then build against that?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125597/new/
https://reviews.llvm.org/D125597
More information about the libcxx-commits
mailing list