aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2013-04-16 22:55:01 +0000
committerMichael Gottesman <mgottesman@apple.com>2013-04-16 22:55:01 +0000
commitfb9929ee2a0ed47d473a58b0ba5c7a7a7a095b73 (patch)
treeb8ac532643b783ad0e755a9851afc1edc0192a60 /utils
parent7200bd673af6b58d7d2f0c5d048050abe5b8858c (diff)
[5/6] ARM Neon Intrinsic Tablegen Test Generator.
Changed the test generation target cpu type from cortex-a9 to swift. Reviewed by Bob Wilson. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179642 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/NeonEmitter.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/TableGen/NeonEmitter.cpp b/utils/TableGen/NeonEmitter.cpp
index 3b88020e5f..a60a0cb7b5 100644
--- a/utils/TableGen/NeonEmitter.cpp
+++ b/utils/TableGen/NeonEmitter.cpp
@@ -1761,7 +1761,8 @@ static std::string GenTest(const std::string &name,
void NeonEmitter::runTests(raw_ostream &OS) {
OS <<
"// RUN: %clang_cc1 -triple thumbv7-apple-darwin \\\n"
- "// RUN: -target-cpu cortex-a9 -ffreestanding -S -o - %s | FileCheck %s\n"
+ "// RUN: -target-cpu swift -ffreestanding -Os -S -o - %s\\\n"
+ "// RUN: | FileCheck %s\n"
"\n"
"#include <arm_neon.h>\n"
"\n";