[NeonIntrinsicTestEmitter] Add requirement to arm neon intrinsic tests for the feature long_tests.

This will prevent the tests from running on normal make check. You will need to
actually pass in --param run_long_tests=true to LIT in order to run these.

llvm-svn: 184784
This commit is contained in:
Michael Gottesman 2013-06-24 21:25:34 +00:00
parent 21e8d4a6a1
commit d95c49a91c
1 changed files with 2 additions and 0 deletions

View File

@ -2230,6 +2230,8 @@ void NeonEmitter::runTests(raw_ostream &OS) {
"// RUN: -target-cpu swift -ffreestanding -Os -S -o - %s\\\n"
"// RUN: | FileCheck %s\n"
"\n"
"// REQUIRES: long_tests\n"
"\n"
"#include <arm_neon.h>\n"
"\n";