[llvm] [bazel][llvm] Guard pthread_getname_np / posix_spawn for low-API Android (PR #203412)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 12 05:05:20 PDT 2026
youngd007 wrote:
Is the failure really from this change?
[21,901 / 46,926] 3 / 3582 tests; Compiling llvm/lib/HTTP/HTTPServer.cpp [for tool]; 1s remote-cache, processwrapper-sandbox ... (64 actions, 15 running)
ERROR: /home/gha/.cache/bazel/_bazel_gha/7e8ec8c8c4975cf00cc8d263f2c10e24/external/+_repo_rules+llvm-project/libc/BUILD.bazel:2342:21: Compiling libc/src/__support/FPUtil/dyadic_float.h failed: (Exit 1): cc_wrapper.sh failed: error executing CppCompile command (from target @@+_repo_rules+llvm-project//libc:__support_fputil_dyadic_float) external/rules_cc++cc_configure_extension+local_config_cc/cc_wrapper.sh -xc++-header -fsyntax-only -U_FORTIFY_SOURCE -fstack-protector -Wall -Wthread-safety -Wself-assign -Wunused-but-set-parameter ... (remaining 55 arguments skipped)
Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging
external/+_repo_rules+llvm-project/libc/src/__support/FPUtil/dyadic_float.h:20:10: error: module +_repo_rules+llvm-project//libc:__support_fputil_dyadic_float does not depend on a module exporting 'src/__support/macros/attributes.h'
20 | #include "src/__support/macros/attributes.h"
| ^
1 error generated.
https://github.com/llvm/llvm-project/pull/203412
More information about the llvm-commits
mailing list