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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits