Remove explicit uses of -emit-llvm, the test infrastructure adds it
authorDuncan Sands <baldrick@free.fr>
Thu, 25 Nov 2010 21:24:35 +0000 (21:24 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 25 Nov 2010 21:24:35 +0000 (21:24 +0000)
commitbb8f59003cd5bafb1483e8a8834580117b9d79b5
tree7bb4e89cfcb07a93cfec321f73d468f57f4b9a02
parent53910d9993cd569e70794108bff175108f6241d7
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@120158 91177308-0d34-0410-b5e6-96231b3b80d8
88 files changed:
test/FrontendC/2003-08-06-BuiltinSetjmpLongjmp.c
test/FrontendC/2003-08-17-DeadCodeShortCircuit.c
test/FrontendC/2003-11-03-AddrArrayElement.c
test/FrontendC/2003-11-08-PointerSubNotGetelementptr.c
test/FrontendC/2003-11-13-TypeSafety.c
test/FrontendC/2003-12-14-ExternInlineSupport.c
test/FrontendC/2004-02-12-LargeAggregateCopy.c
test/FrontendC/2004-02-13-BuiltinFrameReturnAddress.c
test/FrontendC/2004-02-13-IllegalVararg.c
test/FrontendC/2004-02-13-Memset.c
test/FrontendC/2004-02-20-Builtins.c
test/FrontendC/2004-03-07-ExternalConstant.c
test/FrontendC/2004-06-17-UnorderedCompares.c
test/FrontendC/2004-11-27-StaticFunctionRedeclare.c
test/FrontendC/2005-01-02-PointerDifference.c
test/FrontendC/2005-12-04-AttributeUsed.c
test/FrontendC/2007-01-06-KNR-Proto.c
test/FrontendC/2007-02-04-AddrLValue-2.c
test/FrontendC/2007-02-04-AddrLValue.c
test/FrontendC/2007-02-04-EmptyStruct.c
test/FrontendC/2007-02-04-WITH_SIZE_EXPR.c
test/FrontendC/2007-02-05-nested.c
test/FrontendC/2007-02-07-AddrLabel.c
test/FrontendC/2007-02-16-VoidPtrDiff.c
test/FrontendC/2007-02-16-WritableStrings.c
test/FrontendC/2007-02-25-C-DotDotDot.c
test/FrontendC/2007-03-01-VarSizeArrayIdx.c
test/FrontendC/2007-04-11-InlineAsmStruct.c
test/FrontendC/2007-04-11-InlineAsmUnion.c
test/FrontendC/2007-04-11-InlineStorageClassC89.c
test/FrontendC/2007-04-11-InlineStorageClassC99.c
test/FrontendC/2007-04-13-InlineAsmStruct2.c
test/FrontendC/2007-04-13-InlineAsmUnion2.c
test/FrontendC/2007-04-24-VolatileStructCopy.c
test/FrontendC/2007-04-24-bit-not-expr.c
test/FrontendC/2007-04-24-str-const.c
test/FrontendC/2007-05-07-PaddingElements.c
test/FrontendC/2007-05-11-str-const.c
test/FrontendC/2007-05-15-PaddingElement.c
test/FrontendC/2007-05-16-EmptyStruct.c
test/FrontendC/2007-05-29-UnionCopy.c
test/FrontendC/2007-06-05-NoInlineAttribute.c
test/FrontendC/2007-06-15-AnnotateAttribute.c
test/FrontendC/2007-06-18-SextAttrAggregate.c
test/FrontendC/2007-07-29-RestrictPtrArg.c
test/FrontendC/2007-08-01-LoadStoreAlign.c
test/FrontendC/2007-08-21-ComplexCst.c
test/FrontendC/2007-09-05-ConstCtor.c
test/FrontendC/2007-09-20-GcrootAttribute.c
test/FrontendC/2007-11-07-AlignedMemcpy.c
test/FrontendC/2007-11-27-SExtZExt.c
test/FrontendC/2008-01-25-ByValReadNone.c
test/FrontendC/2008-01-28-PragmaMark.c
test/FrontendC/2008-03-03-CtorAttrType.c
test/FrontendC/2008-03-05-syncPtr.c
test/FrontendC/2008-05-19-AlwaysInline.c
test/FrontendC/2008-08-07-AlignPadding1.c
test/FrontendC/2008-08-07-AlignPadding2.c
test/FrontendC/2008-10-30-ZeroPlacement.c
test/FrontendC/2008-11-02-WeakAlias.c
test/FrontendC/2008-11-08-InstCombineSelect.c
test/FrontendC/2008-11-11-AnnotateStructFieldAttribute.c
test/FrontendC/2008-12-23-AsmIntPointerTie.c
test/FrontendC/2009-01-05-BlockInlining.c
test/FrontendC/2009-03-13-dbg.c
test/FrontendC/2009-05-04-EnumInreg.c
test/FrontendC/2010-01-13-MemBarrier.c
test/FrontendC/2010-05-18-asmsched.c
test/FrontendC/2010-05-26-AsmSideEffect.c
test/FrontendC/2010-06-28-nowarn.c
test/FrontendC/2010-07-14-overconservative-align.c
test/FrontendC/attribute_constructor.c
test/FrontendC/block-copy.c
test/FrontendC/cstring-align.c
test/FrontendC/extern-weak.c
test/FrontendC/func-aligned.c
test/FrontendC/hidden-visibility.c
test/FrontendC/implicit-arg.c
test/FrontendC/libcalls-d.c
test/FrontendC/libcalls-ld.c
test/FrontendC/libcalls.c
test/FrontendC/pr3518.c
test/FrontendC/pr4349.c
test/FrontendC/pr5406.c
test/FrontendC/ptr-rotate.c
test/FrontendC/sret.c
test/FrontendC/sret2.c
test/FrontendC/unaligned-memcpy.c