This is an archive of the discontinued LLVM Phabricator instance.

[Builtin][ARM] #ifdef ARM vfp tests and cpu_model_tests
ClosedPublic

Authored by weimingz on Feb 12 2017, 11:18 PM.

Details

Summary

Add in #ifdef to exclude cpu_model_test on non-X86 and *vfp_test on ARM targets without VFP support.

This is consistent with other target-specific tests that print "Skipped" if not supported.

Diff Detail

Repository
rL LLVM

Event Timeline

weimingz created this revision.Feb 12 2017, 11:18 PM
compnerd accepted this revision.Feb 15 2017, 3:08 PM
This revision is now accepted and ready to land.Feb 15 2017, 3:08 PM
This revision was automatically updated to reflect the committed changes.