[PATCH] D119882: [buildbot] Enable CCACHE for all stages of ThinLTO WPD worker
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 15 13:10:41 PST 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rZORG3149a081f81c: [buildbot] Enable CCACHE for all stages of ThinLTO WPD worker (authored by tejohnson).
Repository:
rZORG LLVM Github Zorg
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119882/new/
https://reviews.llvm.org/D119882
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
@@ -1299,8 +1299,10 @@
'factory' : ClangLTOBuilder.getClangWithLTOBuildFactory(
jobs=72,
lto='thin',
- extra_configure_args_lto_stage=[
+ extra_configure_args=[
'-DLLVM_CCACHE_BUILD=ON',
+ ],
+ extra_configure_args_lto_stage=[
'-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 -fuse-ld=lld'])},
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119882.409031.patch
Type: text/x-patch
Size: 890 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220215/0e5d7a76/attachment.bin>
More information about the llvm-commits
mailing list