[libcxx-commits] [PATCH] D89041: [libc++] Include <__config_site> from <__config>
Stefan Pintilie via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Oct 22 18:12:44 PDT 2020
stefanp added a comment.
This is still causing a buildbot failure on a Power PC sanitizer bot:
http://lab.llvm.org:8011/#/builders/18
Did do a complete clean of the build directory but that has not fixed the issue.
Same error as other users:
In file included from /home/buildbots/ppc64be-sanitizer/sanitizer-ppc64be/build/llvm-project/compiler-rt/lib/msan/tests/msan_loadable.cpp:15:
In file included from /home/buildbots/ppc64be-sanitizer/sanitizer-ppc64be/build/llvm-project/llvm/../libcxx/include/stdlib.h:87:
/home/buildbots/ppc64be-sanitizer/sanitizer-ppc64be/build/llvm-project/llvm/../libcxx/include/__config:13:10: fatal error: '__config_site' file not found
In file included from /home/buildbots/ppc64be-sanitizer/sanitizer-ppc64be/build/llvm-project/compiler-rt/lib/msan/tests/msan_loadable.cpp:15:
In file included from /home/buildbots/ppc64be-sanitizer/sanitizer-ppc64be/build/llvm-project/llvm/../libcxx/include/stdlib.h:87:
/home/buildbots/ppc64be-sanitizer/sanitizer-ppc64be/build/llvm-project/llvm/../libcxx/include/__config:13:10:#include <__config_site>
fatal error ^~~~~~~~~~~~~~~:
'__config_site' file not found
#include <__config_site>
The cmake command does not specify the path for CXX
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DLLVM_ENABLE_ASSERTIONS=ON -DLLVM_PARALLEL_LINK_JOBS=10 '-DLLVM_ENABLE_PROJECTS='\''clang;compiler-rt'\''' '-DLLVM_ENABLE_PROJECTS='\''clang;compiler-rt;libcxx;libcxxabi'\''' /home/buildbots/ppc64be-sanitizer/sanitizer-ppc64be/build/llvm-project/llvm
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89041/new/
https://reviews.llvm.org/D89041
More information about the libcxx-commits
mailing list