Adds a new x86_64 Ubuntu worker to test ThinLTO bootstrap with
whole program devirtualization enabled.
Details
Diff Detail
- Repository
- rZORG LLVM Github Zorg
Event Timeline
lgtm
buildbot/osuosl/master/config/builders.py | ||
---|---|---|
1073 | Consider adding -DLLVM_CCACHE_BUILD=ON, too, to speed up compilation. (ccache is installed on the bot, afaik) |
buildbot/osuosl/master/config/builders.py | ||
---|---|---|
1073 | 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? |
buildbot/osuosl/master/config/builders.py | ||
---|---|---|
1073 |
You need to have ccache installed, which is up to the bot administrator. We install it.
At minimum, yes. |
buildbot/osuosl/master/config/builders.py | ||
---|---|---|
1073 |
Got it, thanks. |
@gkistanova did you want to look at this change? I'll go ahead and commit tomorrow since it has been accepted, unless I hear otherwise.
Consider adding -DLLVM_CCACHE_BUILD=ON, too, to speed up compilation. (ccache is installed on the bot, afaik)