This is an archive of the discontinued LLVM Phabricator instance.

Fix OBJCOPY and AR for Android.
ClosedPublic

Authored by chaoren on Jun 1 2015, 5:17 PM.

Details

Summary

Previously, OBJCOPY was empty because of the missing comma,
and ar was just ar.

Diff Detail

Repository
rL LLVM

Event Timeline

chaoren updated this revision to Diff 26940.Jun 1 2015, 5:17 PM
chaoren retitled this revision from to Fix OBJCOPY and AR for Android..
chaoren updated this object.
chaoren edited the test plan for this revision. (Show Details)
chaoren added reviewers: ovyalov, tberghammer.
chaoren added a subscriber: Unknown Object (MLST).
ovyalov accepted this revision.Jun 1 2015, 6:24 PM
ovyalov edited edge metadata.

LGTM

test/make/Makefile.rules
231 ↗(On Diff #26940)

Do we need to setup LD here as well?

This revision is now accepted and ready to land.Jun 1 2015, 6:24 PM
chaoren added inline comments.Jun 1 2015, 6:32 PM
test/make/Makefile.rules
231 ↗(On Diff #26940)

I think the linker is just CC. We don't invoke LD directly.

This revision was automatically updated to reflect the committed changes.