[libcxx-commits] [PATCH] D97572: [libc++] Include <__config_site> from <__config>
Marco Falke via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun May 23 03:08:45 PDT 2021
MarcoFalke added a comment.
I suspect this broke the OSS-Fuzz integration
Step #4: + ./libcxx/utils/ci/oss-fuzz.sh
Step #4: In file included from libcxx/test/libcxx/fuzzing/make_heap.pass.cpp:11:
Step #4: In file included from libcxx/include/algorithm:648:
Step #4: libcxx/include/__config:13:10: fatal error: '__config_site' file not found
Step #4: #include <__config_site>
Step #4: ^~~~~~~~~~~~~~~
Step #4: 1 error generated.
Step #4: ********************************************************************************
Step #4: Failed to build.
Step #4: To reproduce, run:
Step #4: python infra/helper.py build_image llvm_libcxx
Step #4: python infra/helper.py build_fuzzers --sanitizer address --engine libfuzzer --architecture x86_64 llvm_libcxx
Step #4: ********************************************************************************
Finished Step #4
ERROR
ERROR: build step 4 "gcr.io/oss-fuzz/llvm_libcxx" failed: step exited with non-zero status: 1
See https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32788
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97572/new/
https://reviews.llvm.org/D97572
More information about the libcxx-commits
mailing list