r180233 - [neonemitter tests] Change triple of emitted tests to thumbv7s to match the target cpu being swift. Also specify the target-abi to apcs-gnu.
Michael Gottesman
mgottesman at apple.com
Wed Apr 24 17:10:15 PDT 2013
Author: mgottesman
Date: Wed Apr 24 19:10:14 2013
New Revision: 180233
URL: http://llvm.org/viewvc/llvm-project?rev=180233&view=rev
Log:
[neonemitter tests] Change triple of emitted tests to thumbv7s to match the target cpu being swift. Also specify the target-abi to apcs-gnu.
Modified:
cfe/trunk/utils/TableGen/NeonEmitter.cpp
Modified: cfe/trunk/utils/TableGen/NeonEmitter.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/utils/TableGen/NeonEmitter.cpp?rev=180233&r1=180232&r2=180233&view=diff
==============================================================================
--- cfe/trunk/utils/TableGen/NeonEmitter.cpp (original)
+++ cfe/trunk/utils/TableGen/NeonEmitter.cpp Wed Apr 24 19:10:14 2013
@@ -2221,7 +2221,7 @@ static std::string GenTest(const std::st
/// 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"
More information about the cfe-commits
mailing list