[Lldb-commits] [libcxx] [libcxxabi] [lldb] [libc++] Stop copying headers to the build directory (PR #115380)

Alexander Richardson via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 15 10:42:40 PST 2025


arichardson wrote:

> https://github.com/llvm/llvm-project/blob/main/compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh

It looks like https://github.com/llvm/llvm-project/blob/main/compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh tries to run `ninja cxx cxxabi` and then use the build dir of that build for the build of LLVM. I think runnning `ninja install-cxx install-cxxabi` and using the install dir as the destination might fix it?

https://github.com/llvm/llvm-project/pull/115380


More information about the lldb-commits mailing list