[PATCH] D132871: Try adding rbe flag and removing lld requirement

Theodore Popp via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 29 10:56:56 PDT 2022


tpopp updated this revision to Diff 456407.
tpopp added a comment.

Fix flipped names


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132871

Files:
  utils/bazel/.bazelrc


Index: utils/bazel/.bazelrc
===================================================================
--- utils/bazel/.bazelrc
+++ utils/bazel/.bazelrc
@@ -45,10 +45,6 @@
 # not the point of the Bazel build to catch usage of deprecated APIs.
 build:generic_clang --copt=-Wno-deprecated --host_copt=-Wno-deprecated
 
-# lld links faster than other linkers. Assume that anybody using clang also has
-# lld available.
-build:generic_clang --linkopt=-fuse-ld=lld --host_linkopt=-fuse-ld=lld
-
 ###############################################################################
 # Options for "generic_gcc" builds: these options should generally apply to
 # builds using a GCC-based compiler, and default to the `gcc` executable on
@@ -168,6 +164,8 @@
 # Show test errors.
 build:ci --test_output=errors
 
+build:rbe --config=ci
+
 ###############################################################################
 
 # The user.bazelrc file is not checked in but available for local mods.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132871.456407.patch
Type: text/x-patch
Size: 973 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220829/1699d26e/attachment.bin>


More information about the llvm-commits mailing list