This is an archive of the discontinued LLVM Phabricator instance.

[zorg]Support separate toolchain locations for android build and test
ClosedPublic

Authored by chying on Jul 16 2015, 7:30 PM.

Details

Summary

-toolchain_build will be used to build lldb-server
-toolchain_test will be used to build test inferiors, toolchain level for test should be the same with device api level

Diff Detail

Repository
rL LLVM

Event Timeline

chying updated this revision to Diff 29971.Jul 16 2015, 7:30 PM
chying retitled this revision from to [zorg]Support separate toolchain locations for android build and test.
chying updated this object.
chying added reviewers: chaoren, ovyalov.
chying added a subscriber: llvm-commits.
ovyalov accepted this revision.Jul 16 2015, 7:36 PM
ovyalov edited edge metadata.

LGTM

zorg/buildbot/builders/LLDBBuilder.py
268 ↗(On Diff #29971)

nit, up to you - os.path.join('%(toolchain_test)s', 'bin', compiler)

This revision is now accepted and ready to land.Jul 16 2015, 7:36 PM
This revision was automatically updated to reflect the committed changes.
chying marked an inline comment as done.