Remove explicit uses of -emit-llvm, the test infrastructure adds it
authorDuncan Sands <baldrick@free.fr>
Thu, 25 Nov 2010 21:46:07 +0000 (21:46 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 25 Nov 2010 21:46:07 +0000 (21:46 +0000)
commitce60e8423e1e9d289b813abc0e873671017384b4
tree64e08ee933a036c4165ebf1127be26d6f242f386
parentd1627e331f441536854d47c1258e89086beb374e
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).  Yes, dragonegg supports objective-c (poorly though).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120163 91177308-0d34-0410-b5e6-96231b3b80d8
test/FrontendObjC/2007-04-03-ObjcEH.m
test/FrontendObjC/2007-05-02-Strong.m
test/FrontendObjC/2007-09-25-EH.m
test/FrontendObjC/2007-10-18-ProDescriptor.m
test/FrontendObjC/2007-10-23-GC-WriteBarrier.m
test/FrontendObjC/2008-10-3-EhValue.m
test/FrontendObjC/2008-11-12-Metadata.m
test/FrontendObjC/2008-11-25-Blocks.m
test/FrontendObjC/2009-02-05-VolatileProp.m
test/FrontendObjC/2009-04-14-AsmSection.m