This is an archive of the discontinued LLVM Phabricator instance.

Fix global makefiles for the tests to support android
ClosedPublic

Authored by tberghammer on Feb 24 2015, 3:24 AM.

Details

Summary

Fix global makefiles for the tests to support android

Two changes are required to compile the tests for android

  • Disable the usage of -lpthread as it is included by default on android
  • Add -pie to the linker flags because android only support position independent executables

Diff Detail

Repository
rL LLVM

Event Timeline

tberghammer retitled this revision from to Fix global makefiles for the tests to support android.
tberghammer updated this object.
tberghammer edited the test plan for this revision. (Show Details)
tberghammer added reviewers: vharron, ovyalov.
tberghammer added a subscriber: Unknown Object (MLST).

Fix broken check for OS

ovyalov accepted this revision.Feb 24 2015, 10:44 AM
ovyalov edited edge metadata.
This revision is now accepted and ready to land.Feb 24 2015, 10:44 AM
This revision was automatically updated to reflect the committed changes.