X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FFrontendC%2B%2B%2F2009-04-21-DtorNames-dbg.cpp;h=e3616da073bf7b3091f0ee646f47020180c78e04;hb=f051c1a29dd040b4b5ca0c5696d47a9058f87481;hp=dfc607e654fdabffc426d8251cbdbacad82c1a78;hpb=be8cc2a3dedeb7685f07e68cdc4b9502eb97eb2b;p=oota-llvm.git diff --git a/test/FrontendC++/2009-04-21-DtorNames-dbg.cpp b/test/FrontendC++/2009-04-21-DtorNames-dbg.cpp index dfc607e654f..e3616da073b 100644 --- a/test/FrontendC++/2009-04-21-DtorNames-dbg.cpp +++ b/test/FrontendC++/2009-04-21-DtorNames-dbg.cpp @@ -1,4 +1,4 @@ -// RUN: %llvmgcc -c -g %s -o - | llc -O0 -f -o %t.s +// RUN: %llvmgcc -S -g %s -o - | llc -O0 -o %t.s // RUN: %compile_c %t.s -o %t.o // PR4025