[llvm-commits] CVS: llvm/test/CodeGen/PowerPC/calls.ll

Reid Spencer reid at x10sys.com
Mon Feb 26 18:45:28 PST 2007



Changes in directory llvm/test/CodeGen/PowerPC:

calls.ll updated: 1.3 -> 1.4
---
Log message:

XFAIL this on x86-Linux until its fixed.


---
Diffs of the changes:  (+1 -0)

 calls.ll |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/test/CodeGen/PowerPC/calls.ll
diff -u llvm/test/CodeGen/PowerPC/calls.ll:1.3 llvm/test/CodeGen/PowerPC/calls.ll:1.4
--- llvm/test/CodeGen/PowerPC/calls.ll:1.3	Fri Dec  1 22:23:08 2006
+++ llvm/test/CodeGen/PowerPC/calls.ll	Mon Feb 26 20:45:12 2007
@@ -3,6 +3,7 @@
 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep 'bl ' | wc -l | grep 2 &&
 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep 'bctrl' | wc -l | grep 1 &&
 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep 'bla ' | wc -l | grep 1
+; XFAIL: [0-9x]86-pc-linux.*
 
 declare void %foo()
 






More information about the llvm-commits mailing list