aboutsummaryrefslogtreecommitdiff
path: root/utils
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
commitc873b51aea82cb7232c86c0012b9f493a62ef003 (patch)
tree0c29bff6b4468e3a99dd08cd4a74005acd9fb8d4 /utils
parent51c30afe7e2eb9273dd706229f42d87524fb8660 (diff)
downloadclang-c873b51aea82cb7232c86c0012b9f493a62ef003.tar.gz
[neonemitter tests] Change triple of emitted tests to thumbv7s to match the target cpu being swift. Also specify the target-abi to apcs-gnu.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180233 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/NeonEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/NeonEmitter.cpp b/utils/TableGen/NeonEmitter.cpp
index 6cd331133b..34b955e8e9 100644
--- a/utils/TableGen/NeonEmitter.cpp
+++ b/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"