Remove explicit uses of -emit-llvm, the test infrastructure adds it
authorDuncan Sands <baldrick@free.fr>
Thu, 25 Nov 2010 21:39:17 +0000 (21:39 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 25 Nov 2010 21:39:17 +0000 (21:39 +0000)
commit71a39f4b6f132c0ab4520a46e9ad5b363711e686
tree52cef0ae817e5fd54400672a77156efe75d76254
parenta0c67bb1f9c59e0660ea6bc8d27226bfa900d58a
Remove explicit uses of -emit-llvm, the test infrastructure adds it
automatically.  Use -S with llvm-gcc rather than -c, so tests can
work when llvm-gcc is really dragonegg (which can output IR with -S
but not -c).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120160 91177308-0d34-0410-b5e6-96231b3b80d8
47 files changed:
test/FrontendC++/2003-08-24-Cleanup.cpp
test/FrontendC++/2003-08-29-ArgPassingBug.cpp
test/FrontendC++/2003-11-08-ArrayAddress.cpp
test/FrontendC++/2004-03-09-UnmangledBuiltinMethods.cpp
test/FrontendC++/2004-09-27-DidntEmitTemplate.cpp
test/FrontendC++/2005-07-21-VirtualBaseAccess.cpp
test/FrontendC++/2006-09-27-Debug-Protection.cpp
test/FrontendC++/2006-10-30-ClassBitfield.cpp
test/FrontendC++/2006-11-30-ConstantExprCrash.cpp
test/FrontendC++/2007-01-02-UnboundedArray.cpp
test/FrontendC++/2007-01-06-ELF-Thunk-Sections.cpp
test/FrontendC++/2007-01-06-PtrMethodInit.cpp
test/FrontendC++/2007-03-27-FunctionVarRename.cpp
test/FrontendC++/2007-04-11-InlineStorageClassC++.cpp
test/FrontendC++/2007-05-03-VectorInit.cpp
test/FrontendC++/2007-05-16-ReverseBitFieldCrash.cpp
test/FrontendC++/2007-05-23-TryFinally.cpp
test/FrontendC++/2007-07-29-RestrictPtrArg.cpp
test/FrontendC++/2007-07-29-RestrictRefArg.cpp
test/FrontendC++/2007-08-01-RestrictMethod.cpp
test/FrontendC++/2007-09-10-RecursiveTypeResolution.cpp
test/FrontendC++/2007-10-01-StructResize.cpp
test/FrontendC++/2008-10-29-WrongOffset.cpp
test/FrontendC++/2009-02-16-CtorNames-dbg.cpp
test/FrontendC++/2009-03-17-dbg.cpp
test/FrontendC++/2009-04-21-DtorNames-dbg.cpp
test/FrontendC++/2009-04-23-bool2.cpp
test/FrontendC++/2009-05-04-PureConstNounwind.cpp
test/FrontendC++/2009-06-16-DebugInfoCrash.cpp
test/FrontendC++/2009-06-20-DarwinPPCLayout.cpp
test/FrontendC++/2009-08-05-ZeroInitWidth.cpp
test/FrontendC++/2009-08-11-VectorRetTy.cpp
test/FrontendC++/2009-09-04-modify-crash.cpp
test/FrontendC++/2009-09-09-packed-layout.cpp
test/FrontendC++/2009-10-27-crash.cpp
test/FrontendC++/2010-03-22-empty-baseclass.cpp
test/FrontendC++/2010-05-11-alwaysinlineinstantiation.cpp
test/FrontendC++/2010-05-12-PtrToMember-Dbg.cpp
test/FrontendC++/2010-06-22-BitfieldInit.cpp
test/FrontendC++/2010-06-22-ZeroBitfield.cpp
test/FrontendC++/2010-07-19-nowarn.cpp
test/FrontendC++/2010-07-23-DeclLoc.cpp
test/FrontendC++/member-alignment.cpp
test/FrontendC++/ptr-to-method-devirt.cpp
test/FrontendC++/varargs.cpp
test/FrontendC++/weak-external.cpp
test/FrontendC++/x86-64-abi-sret-vs-2word-struct-param.cpp