]> granicus.if.org Git - clang/commitdiff
[NeonIntrinsicTestEmitter] Add requirement to arm neon intrinsic tests for the featur...
authorMichael Gottesman <mgottesman@apple.com>
Mon, 24 Jun 2013 21:25:34 +0000 (21:25 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Mon, 24 Jun 2013 21:25:34 +0000 (21:25 +0000)
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184784 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/NeonEmitter.cpp

index 05505c99c99e93fb998d7341590011b88c0f4457..23f4ee1e56d5cfa0015bb7845598a10ea622db84 100644 (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";