This is an archive of the discontinued LLVM Phabricator instance.

Cleanup compiler-rt Android build and provide better diagnostics
ClosedPublic

Authored by garious on May 30 2014, 3:43 PM.

Details

Summary

Cleanup Android build and provide better diagnostics

No longer need to set ANDROID if COMPILER_RT_TEST_TARGET_TRIPLE is arm-linux-androideabi.

No need to set COMMON_ANDROID_FLAGS. These flags are already in CMAKE_CXX_FLAGS which are used in try_compile().

If try_compile() fails when we expect it to pass, output an error message.

Diff Detail

Event Timeline

garious updated this revision to Diff 9966.May 30 2014, 3:43 PM
garious retitled this revision from to Cleanup compiler-rt Android build and provide better diagnostics.
garious updated this object.
garious edited the test plan for this revision. (Show Details)
garious added a reviewer: eugenis.
garious added a subscriber: Unknown Object (MLST).
garious accepted this revision.Jun 2 2014, 9:47 PM
garious added a reviewer: garious.
This revision is now accepted and ready to land.Jun 2 2014, 9:47 PM
garious closed this revision.Jun 2 2014, 9:47 PM