summaryrefslogtreecommitdiffstats
path: root/clang/utils/TableGen/NeonEmitter.cpp
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2013-04-25 00:10:14 +0000
committerMichael Gottesman <mgottesman@apple.com>2013-04-25 00:10:14 +0000
commit3508389233ebe845eb452d1ea64e6b4e592475c2 (patch)
treefed05534d5b6d16e8700895b2aef46bf899dbccf /clang/utils/TableGen/NeonEmitter.cpp
parent25fa9db462b39e080260eda345a63af50b43fd29 (diff)
downloadbcm5719-llvm-3508389233ebe845eb452d1ea64e6b4e592475c2.tar.gz
bcm5719-llvm-3508389233ebe845eb452d1ea64e6b4e592475c2.zip
[neonemitter tests] Change triple of emitted tests to thumbv7s to match the target cpu being swift. Also specify the target-abi to apcs-gnu.
llvm-svn: 180233
Diffstat (limited to 'clang/utils/TableGen/NeonEmitter.cpp')
-rw-r--r--clang/utils/TableGen/NeonEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/utils/TableGen/NeonEmitter.cpp b/clang/utils/TableGen/NeonEmitter.cpp
index 6cd331133b1..34b955e8e9d 100644
--- a/clang/utils/TableGen/NeonEmitter.cpp
+++ b/clang/utils/TableGen/NeonEmitter.cpp
@@ -2221,7 +2221,7 @@ static std::string GenTest(const std::string &name,
/// intrinsics.
void NeonEmitter::runTests(raw_ostream &OS) {
OS <<
- "// RUN: %clang_cc1 -triple thumbv7-apple-darwin \\\n"
+ "// RUN: %clang_cc1 -triple thumbv7s-apple-darwin -target-abi apcs-gnu\\\n"
"// RUN: -target-cpu swift -ffreestanding -Os -S -o - %s\\\n"
"// RUN: | FileCheck %s\n"
"\n"
OpenPOWER on IntegriCloud