[PATCH] D107885: [Bazel] Update bazel toolchains workflow to remove deprecated rbe_autoconfig.

Geoffrey Martin-Noble via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 16 16:31:38 PDT 2021


GMNGeoffrey added a comment.

Oh and it also appears to break the Bazel build?

  ERROR: /var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/b236419cf6ea18fac6e67230694da07b/external/llvm-project/llvm/BUILD.bazel:145:11: Compiling llvm/lib/Demangle/MicrosoftDemangle.cpp [for host] failed: (Exit 1): clang failed: error executing command /usr/local/bin/clang -U_FORTIFY_SOURCE -fstack-protector -Wall -Wthread-safety -Wself-assign -fcolor-diagnostics -fno-omit-frame-pointer -g0 -O2 '-D_FORTIFY_SOURCE=1' -DNDEBUG -ffunction-sections ... (remaining 63 argument(s) skipped)
   
  Use --sandbox_debug to see verbose messages from the sandbox clang failed: error executing command /usr/local/bin/clang -U_FORTIFY_SOURCE -fstack-protector -Wall -Wthread-safety -Wself-assign -fcolor-diagnostics -fno-omit-frame-pointer -g0 -O2 '-D_FORTIFY_SOURCE=1' -DNDEBUG -ffunction-sections ... (remaining 63 argument(s) skipped)
   
  Use --sandbox_debug to see verbose messages from the sandbox
  src/main/tools/process-wrapper-legacy.cc:80: "execvp(/usr/local/bin/clang, ...)": No such file or directory

https://buildkite.com/llvm-project/premerge-checks/builds/52126


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107885/new/

https://reviews.llvm.org/D107885



More information about the llvm-commits mailing list