r184784 - [NeonIntrinsicTestEmitter] Add requirement to arm neon intrinsic tests for the feature long_tests.
Michael Gottesman
mgottesman at apple.com
Mon Jun 24 14:25:34 PDT 2013
Author: mgottesman
Date: Mon Jun 24 16:25:34 2013
New Revision: 184784
URL: http://llvm.org/viewvc/llvm-project?rev=184784&view=rev
Log:
[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.
Modified:
cfe/trunk/utils/TableGen/NeonEmitter.cpp
Modified: cfe/trunk/utils/TableGen/NeonEmitter.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/utils/TableGen/NeonEmitter.cpp?rev=184784&r1=184783&r2=184784&view=diff
==============================================================================
--- cfe/trunk/utils/TableGen/NeonEmitter.cpp (original)
+++ cfe/trunk/utils/TableGen/NeonEmitter.cpp Mon Jun 24 16:25:34 2013
@@ -2230,6 +2230,8 @@ void NeonEmitter::runTests(raw_ostream &
"// 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";
More information about the cfe-commits
mailing list