This is an archive of the discontinued LLVM Phabricator instance.

Allow specifying tool path/prefix for tests with CROSS_COMPILE.
ClosedPublic

Authored by flackr on Apr 17 2015, 3:01 AM.

Details

Summary

CROSS_COMPILE environment variable is a common convention to specify the path and/or prefix to cross compilation tools (e.g. ar, objcopy).

Diff Detail

Repository
rL LLVM

Event Timeline

flackr updated this revision to Diff 23903.Apr 17 2015, 3:01 AM
flackr retitled this revision from to Allow specifying tool path/prefix for tests with CROSS_COMPILE..
flackr updated this object.
flackr edited the test plan for this revision. (Show Details)
flackr added reviewers: tberghammer, clayborg.
flackr set the repository for this revision to rL LLVM.
flackr added a subscriber: Unknown Object (MLST).
flackr updated this revision to Diff 23904.Apr 17 2015, 3:08 AM

Use consistent immediate expansion of CROSS_COMPILE in AR and OBJCOPY.

tberghammer accepted this revision.Apr 17 2015, 7:12 AM
tberghammer edited edge metadata.

LGTM

This revision is now accepted and ready to land.Apr 17 2015, 7:12 AM
clayborg accepted this revision.Apr 17 2015, 11:09 AM
clayborg edited edge metadata.

Looks good.

This revision was automatically updated to reflect the committed changes.