[llvm-commits] [llvm] r89250 - /llvm/trunk/test/FrontendC++/2009-07-15-LineNumbers.cpp
Bill Wendling
isanbard at gmail.com
Wed Nov 18 13:54:13 PST 2009
Author: void
Date: Wed Nov 18 15:54:13 2009
New Revision: 89250
URL: http://llvm.org/viewvc/llvm-project?rev=89250&view=rev
Log:
Not all ASM has # for comments.
Modified:
llvm/trunk/test/FrontendC++/2009-07-15-LineNumbers.cpp
Modified: llvm/trunk/test/FrontendC++/2009-07-15-LineNumbers.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC%2B%2B/2009-07-15-LineNumbers.cpp?rev=89250&r1=89249&r2=89250&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC++/2009-07-15-LineNumbers.cpp (original)
+++ llvm/trunk/test/FrontendC++/2009-07-15-LineNumbers.cpp Wed Nov 18 15:54:13 2009
@@ -1,7 +1,7 @@
// This is a regression test on debug info to make sure that we can
// print line numbers in asm.
// RUN: %llvmgcc -S -O0 -g %s -o - | llvm-as | \
-// RUN: llc --disable-fp-elim -O0 -relocation-model=pic | grep {# SrcLine 25}
+// RUN: llc --disable-fp-elim -O0 -relocation-model=pic | grep {SrcLine 25}
#include <stdlib.h>
More information about the llvm-commits
mailing list