From c873b51aea82cb7232c86c0012b9f493a62ef003 Mon Sep 17 00:00:00 2001 From: Michael Gottesman Date: Thu, 25 Apr 2013 00:10:14 +0000 Subject: [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 --- utils/TableGen/NeonEmitter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') 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" -- cgit v1.2.3