]> granicus.if.org Git - clang/commitdiff
[neonemitter tests] Change triple of emitted tests to thumbv7s to match the target...
authorMichael Gottesman <mgottesman@apple.com>
Thu, 25 Apr 2013 00:10:14 +0000 (00:10 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Thu, 25 Apr 2013 00:10:14 +0000 (00:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@180233 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/NeonEmitter.cpp

index 6cd331133b16b2237fe5f6e619fe8cd8acd1b1f1..34b955e8e9d280d917ecf683999dcd944361df69 100644 (file)
@@ -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"