This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] [test] #ifdef new builtin tests for __arm__ platform
ClosedPublic

Authored by mgorny on Feb 8 2017, 2:05 AM.

Details

Summary

Add an #if that excludes the newly added aeabi* tests on non-ARM
platforms. This is consistent with other ARM tests, and aims to make
running builtin tests easier. Lacking a proper infrastructure to run
tests selectively, it is more convenient if we do not have to implement
directory-platform exclusions and can just rely on tests compiling to
no-op on other platforms.

Diff Detail

Repository
rL LLVM

Event Timeline

mgorny created this revision.Feb 8 2017, 2:05 AM
rengolin accepted this revision.Feb 8 2017, 3:08 AM
This revision is now accepted and ready to land.Feb 8 2017, 3:08 AM
This revision was automatically updated to reflect the committed changes.