projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89ae98c
)
xfail for now.
author
Evan Cheng
<evan.cheng@apple.com>
Wed, 29 Jul 2009 17:40:28 +0000
(17:40 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Wed, 29 Jul 2009 17:40:28 +0000
(17:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77478
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/FrontendC++/2009-07-15-LineNumbers.cpp
patch
|
blob
|
history
diff --git
a/test/FrontendC++/2009-07-15-LineNumbers.cpp
b/test/FrontendC++/2009-07-15-LineNumbers.cpp
index c02fe0fa3f3f1d25da9b138b1c7ead320e89dcc6..6030c172acf155d9b04d37cd0d1e1fc03dea6454 100644
(file)
--- a/
test/FrontendC++/2009-07-15-LineNumbers.cpp
+++ b/
test/FrontendC++/2009-07-15-LineNumbers.cpp
@@
-2,6
+2,7
@@
// print line numbers in asm.
// RUN: %llvmgcc -S -O0 -g %s -o - | llvm-as | \
// RUN: llc --disable-fp-elim -f -O0 -relocation-model=pic | grep {# SrcLine 25}
+// XFAIL: *
#include <stdlib.h>