[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 11:48:12 PST 2020
mtrofin accepted this revision.
mtrofin added a comment.
This revision is now accepted and ready to land.
lgtm
================
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"'])},
+
----------------
Consider adding -DLLVM_CCACHE_BUILD=ON, too, to speed up compilation. (ccache is installed on the bot, afaik)
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