From: Michael Gottesman Date: Tue, 16 Apr 2013 22:55:01 +0000 (+0000) Subject: [5/6] ARM Neon Intrinsic Tablegen Test Generator. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb9929ee2a0ed47d473a58b0ba5c7a7a7a095b73;p=clang [5/6] ARM Neon Intrinsic Tablegen Test Generator. Changed the test generation target cpu type from cortex-a9 to swift. Reviewed by Bob Wilson. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179642 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/NeonEmitter.cpp b/utils/TableGen/NeonEmitter.cpp index 3b88020e5f..a60a0cb7b5 100644 --- a/utils/TableGen/NeonEmitter.cpp +++ b/utils/TableGen/NeonEmitter.cpp @@ -1761,7 +1761,8 @@ static std::string GenTest(const std::string &name, void NeonEmitter::runTests(raw_ostream &OS) { OS << "// RUN: %clang_cc1 -triple thumbv7-apple-darwin \\\n" - "// RUN: -target-cpu cortex-a9 -ffreestanding -S -o - %s | FileCheck %s\n" + "// RUN: -target-cpu swift -ffreestanding -Os -S -o - %s\\\n" + "// RUN: | FileCheck %s\n" "\n" "#include \n" "\n";