This is for rdar://8762292 Michael.
On Apr 24, 2013, at 5:10 PM, Michael Gottesman <[email protected]> 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 > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
