This is an archive of the discontinued LLVM Phabricator instance.

Isolate ARM and AArch64 Compiler-RT builds
ClosedPublic

Authored by rengolin on Oct 7 2014, 5:57 AM.

Details

Summary

Right now, running tests on an ARM board makes the AArch64 tests execute automatically, which is not possible, since they're execution tests and ARM doesn't support AArch64 execution.

Diff Detail

Event Timeline

rengolin updated this revision to Diff 14506.Oct 7 2014, 5:57 AM
rengolin retitled this revision from to Isolate ARM and AArch64 Compiler-RT builds.
rengolin updated this object.
rengolin edited the test plan for this revision. (Show Details)
rengolin added reviewers: eugenis, kcc, ygorshenin.
rengolin set the repository for this revision to rL LLVM.
rengolin added a subscriber: Unknown Object (MLST).
eugenis added inline comments.Oct 8 2014, 5:53 AM
cmake/config-ix.cmake
145–148

Did you mean "test_target_arch(aarch32" here?

rengolin updated this revision to Diff 14567.Oct 8 2014, 5:59 AM

Fixing copy&paste AArch32 error.

eugenis accepted this revision.Oct 8 2014, 6:01 AM
eugenis edited edge metadata.

LGTM

This revision is now accepted and ready to land.Oct 8 2014, 6:01 AM
rengolin closed this revision.Oct 10 2014, 3:38 AM

r219304, thanks!

cmake/config-ix.cmake
145–148

of course! :)