This is an archive of the discontinued LLVM Phabricator instance.

[sanitizers] Add dedicated script for Android tests
ClosedPublic

Authored by vitalybuka on Jun 22 2017, 10:52 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

vitalybuka created this revision.Jun 22 2017, 10:52 AM
alekseyshl accepted this revision.Jun 22 2017, 1:08 PM
alekseyshl added inline comments.
zorg/buildbot/builders/sanitizers/buildbot_android_functions.sh
20 ↗(On Diff #103602)

Platfor -> Platform

This revision is now accepted and ready to land.Jun 22 2017, 1:08 PM
This revision was automatically updated to reflect the committed changes.
vitalybuka marked an inline comment as done.
eugenis added inline comments.Jun 23 2017, 11:14 AM
zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_android.sh
51

This builds way more than necessary.
-DLLVM_TARGETS_TO_BUILD=X86;ARM;AArch64
ninja clang

vitalybuka added inline comments.Jun 23 2017, 11:23 AM
zorg/trunk/zorg/buildbot/builders/sanitizers/buildbot_android.sh
51

I copied that stuff from buildbot_cmake.h, but I don't think this is important as at this point for incremental builds it spends about 90% of time on following steps.
Currently incremental build and test (with one device) is about 25 min.