This is an archive of the discontinued LLVM Phabricator instance.

Use check-all on the android buildbot
ClosedPublic

Authored by eugenis on Oct 11 2017, 2:29 PM.

Details

Reviewers
vitalybuka
Summary

Build/test all of compiler-rt as a single step using check-all.
This reduces the number of steps on the buildbot page, and automatically picks up any new tests (like ubsan-minimal).

It would be great if the "unit" tests could also run through lit. This is out of scope of this change.

Diff Detail

Repository
rL LLVM

Event Timeline

eugenis created this revision.Oct 11 2017, 2:29 PM
eugenis updated this revision to Diff 118699.Oct 11 2017, 2:30 PM
vitalybuka accepted this revision.Oct 11 2017, 2:31 PM

Awesome

buildbot_android_functions.sh
181

Could you please remove commented lines

This revision is now accepted and ready to land.Oct 11 2017, 2:31 PM
vitalybuka added inline comments.Oct 11 2017, 2:32 PM
buildbot_android_functions.sh
181

Done.

eugenis updated this revision to Diff 118702.Oct 11 2017, 2:42 PM

Use "clang -print-resource-dir" instead of "find".

eugenis closed this revision.Oct 11 2017, 3:16 PM

r315521.