Remove explicit uses of -emit-llvm, the test infrastructure adds it
authorDuncan Sands <baldrick@free.fr>
Thu, 25 Nov 2010 21:48:20 +0000 (21:48 +0000)
committerDuncan Sands <baldrick@free.fr>
Thu, 25 Nov 2010 21:48:20 +0000 (21:48 +0000)
commit20a00c4f80b69494129d2533f55c7d7b2f657266
tree689e3f7573e143308a91914aa3999c42d0952369
parentce60e8423e1e9d289b813abc0e873671017384b4
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@120164 91177308-0d34-0410-b5e6-96231b3b80d8
test/FrontendObjC++/2007-10-03-MetadataPointers.mm
test/FrontendObjC++/2010-08-02-NonPODObjectValue.mm
test/FrontendObjC++/2010-08-04-Template.mm
test/FrontendObjC++/2010-08-06-X.Y-syntax.mm