[PATCH] D119882: [buildbot] Enable CCACHE for all stages of ThinLTO WPD worker

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 15 12:16:02 PST 2022


mtrofin accepted this revision.
mtrofin added inline comments.
This revision is now accepted and ready to land.


================
Comment at: buildbot/osuosl/master/config/builders.py:1305
+                    ],
+                    extra_configure_args_lto_stage=[
                         '-DCMAKE_CXX_FLAGS=-O3 -Xclang -fwhole-program-vtables -fno-split-lto-unit',
----------------
I assume lto gets `extra_configure_args + extra_configure_args_lto_stage` 


Repository:
  rZORG LLVM Github Zorg

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

https://reviews.llvm.org/D119882



More information about the llvm-commits mailing list