diff options
author | Bill Wendling <isanbard@gmail.com> | 2009-11-18 21:54:13 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2009-11-18 21:54:13 +0000 |
commit | e9e9121f94617191c199b9cdc5e1242a44d13b8c (patch) | |
tree | 3c44a960b13dc0914745bb6eda0c63883e5d5023 | |
parent | d5b2453722a8e49b98ec6b15676379d514418c3c (diff) | |
download | bcm5719-llvm-e9e9121f94617191c199b9cdc5e1242a44d13b8c.tar.gz bcm5719-llvm-e9e9121f94617191c199b9cdc5e1242a44d13b8c.zip |
Not all ASM has # for comments.
llvm-svn: 89250
-rw-r--r-- | llvm/test/FrontendC++/2009-07-15-LineNumbers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC++/2009-07-15-LineNumbers.cpp b/llvm/test/FrontendC++/2009-07-15-LineNumbers.cpp index 21e096c447b..d603aa738f6 100644 --- a/llvm/test/FrontendC++/2009-07-15-LineNumbers.cpp +++ b/llvm/test/FrontendC++/2009-07-15-LineNumbers.cpp @@ -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> |