[PATCH] D93651: [buildbot] Force lld for ThinLTO whole program devirtualization worker
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 21 10:47:08 PST 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rZORGfdb10180aeb7: [buildbot] Force lld for ThinLTO whole program devirtualization worker (authored by tejohnson).
Repository:
rZORG LLVM Github Zorg
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93651/new/
https://reviews.llvm.org/D93651
Files:
buildbot/osuosl/master/config/builders.py
Index: buildbot/osuosl/master/config/builders.py
===================================================================
--- buildbot/osuosl/master/config/builders.py
+++ buildbot/osuosl/master/config/builders.py
@@ -1070,7 +1070,7 @@
'-DLLVM_CCACHE_BUILD=ON',
'-DCMAKE_CXX_FLAGS=-O3 -Xclang -fwhole-program-vtables -fno-split-lto-unit',
'-DCMAKE_C_FLAGS=-O3 -Xclang -fwhole-program-vtables -fno-split-lto-unit',
- '-DCMAKE_EXE_LINKER_FLAGS=-Wl,--lto-whole-program-visibility'])},
+ '-DCMAKE_EXE_LINKER_FLAGS=-Wl,--lto-whole-program-visibility -fuse-ld=lld'])},
{'name' : "clang-with-lto-ubuntu",
'tags' : ["clang","lld","LTO"],
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93651.313152.patch
Type: text/x-patch
Size: 759 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201221/e2d4d6bf/attachment.bin>
More information about the llvm-commits
mailing list