[libcxx-commits] [PATCH] D107799: [CMake] Enable LLVM_ENABLE_PER_TARGET_RUNTIME_DIR by default on Linux
Evgenii Stepanov via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Aug 27 13:01:28 PDT 2021
eugenis added a comment.
This breaks libc++ on the sanitizer bot in a similar way:
https://lab.llvm.org/buildbot/#/builders/37/builds/6371
/b/sanitizer-x86_64-linux/build/symbolizer_build32/symbolizer/libcxx/include/c++/v1/__config:13:10: fatal error: '__config_site' file not found
This line needs to add a target dir to the header path:
https://github.com/llvm/llvm-project/blob/main/compiler-rt/lib/sanitizer_common/symbolizer/scripts/build_symbolizer.sh#L126
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107799/new/
https://reviews.llvm.org/D107799
More information about the libcxx-commits
mailing list