X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FFrontendC%2B%2B%2F2009-06-16-DebugInfoCrash.cpp;h=c2a841b1a6742a08d99b5dcffea818b833ab04c4;hb=f051c1a29dd040b4b5ca0c5696d47a9058f87481;hp=b3758d2782ca543d43b1e1277d490b1f6d403305;hpb=0ab28633c66a4dc996ab8d1eb1a882d19814df7f;p=oota-llvm.git diff --git a/test/FrontendC++/2009-06-16-DebugInfoCrash.cpp b/test/FrontendC++/2009-06-16-DebugInfoCrash.cpp index b3758d2782c..c2a841b1a67 100644 --- a/test/FrontendC++/2009-06-16-DebugInfoCrash.cpp +++ b/test/FrontendC++/2009-06-16-DebugInfoCrash.cpp @@ -1,4 +1,4 @@ -// RUN: %llvmgxx -c -emit-llvm %s -o /dev/null -g +// RUN: %llvmgxx -S %s -o /dev/null -g // This crashes if we try to emit debug info for TEMPLATE_DECL members. template class K2PtrVectorBase {}; template class K2Vector {};