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:15:12 PDT 2013
This is for rdar://8762292
Michael.
On Apr 24, 2013, at 5:10 PM, Michael Gottesman <mgottesman at apple.com> wrote:
> 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"
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130424/72c30b2b/attachment.html>
More information about the cfe-commits
mailing list