This is an archive of the discontinued LLVM Phabricator instance.

[zorg] Remove settings that match defaults from Linaro bots
ClosedPublic

Authored by maxim-kuvyrkov on Jun 9 2021, 6:31 AM.

Details

Summary

Remove from arguments of ClangBuilder.getClangCMakeBuildFactory

  • checkout_compiler_rt=True
  • checkout_lld=True
  • test=True
  • useTwoStage=False
  • testStage1=True

All these are defaults anyway.

Diff Detail

Event Timeline

maxim-kuvyrkov requested review of this revision.Jun 9 2021, 6:31 AM
maxim-kuvyrkov created this revision.
DavidSpickett accepted this revision.Jun 9 2021, 9:39 AM

LGTM, thanks.

This revision is now accepted and ready to land.Jun 9 2021, 9:39 AM