From d95c49a91c1cb17301231fa89a229ab89180807a Mon Sep 17 00:00:00 2001 From: Michael Gottesman Date: Mon, 24 Jun 2013 21:25:34 +0000 Subject: [PATCH] [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 --- clang/utils/TableGen/NeonEmitter.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clang/utils/TableGen/NeonEmitter.cpp b/clang/utils/TableGen/NeonEmitter.cpp index 05505c99c99e..23f4ee1e56d5 100644 --- a/clang/utils/TableGen/NeonEmitter.cpp +++ b/clang/utils/TableGen/NeonEmitter.cpp @@ -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 \n" "\n";