[PATCH] D90578: [llvm] New worker for ThinLTO whole program devirtualization
Mircea Trofin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 2 13:58:30 PST 2020
mtrofin added inline comments.
================
Comment at: buildbot/osuosl/master/config/builders.py:1069
+ '-DCMAKE_C_FLAGS="-O3 -Xclang -fwhole-program-vtables -fno-split-lto-unit"',
+ '-DCMAKE_EXE_LINKER_FLAGS="-Wl,--lto-whole-program-visibility"'])},
+
----------------
tejohnson wrote:
> mtrofin wrote:
> > Consider adding -DLLVM_CCACHE_BUILD=ON, too, to speed up compilation. (ccache is installed on the bot, afaik)
> I can do that. Do you know why this isn't just on by default for all bots? I checked and there's only a few that have it enabled.
>
> I assume this helps only the first stage compile of a multi-stage build, since for the later stages the compiler will have changed?
> I can do that. Do you know why this isn't just on by default for all bots? I checked and there's only a few that have it enabled.
>
You need to have ccache installed, which is up to the bot administrator. We install it.
> I assume this helps only the first stage compile of a multi-stage build, since for the later stages the compiler will have changed?
At minimum, yes.
Repository:
rZORG LLVM Github Zorg
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90578/new/
https://reviews.llvm.org/D90578
More information about the llvm-commits
mailing list