forked from OSchip/llvm-project
[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:
parent
21e8d4a6a1
commit
d95c49a91c
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue