xfail for now.
authorEvan Cheng <evan.cheng@apple.com>
Mon, 20 Jul 2009 15:33:09 +0000 (15:33 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 20 Jul 2009 15:33:09 +0000 (15:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76423 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC++/2009-07-15-LineNumbers.cpp

index c02fe0fa3f3f1d25da9b138b1c7ead320e89dcc6..6030c172acf155d9b04d37cd0d1e1fc03dea6454 100644 (file)
@@ -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>