diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-02-27 02:45:12 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-02-27 02:45:12 +0000 |
commit | 8cd69de23e6ae673739910cb7fd7425cd47d7261 (patch) | |
tree | d7a9d5b1640e9ff828d6cafa8614f99691c7eb78 | |
parent | 5c41e96631ba41c1016af3bc7d42b953c44d594f (diff) | |
download | bcm5719-llvm-8cd69de23e6ae673739910cb7fd7425cd47d7261.tar.gz bcm5719-llvm-8cd69de23e6ae673739910cb7fd7425cd47d7261.zip |
XFAIL this on x86-Linux until its fixed.
llvm-svn: 34651
-rw-r--r-- | llvm/test/CodeGen/PowerPC/calls.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/PowerPC/calls.ll b/llvm/test/CodeGen/PowerPC/calls.ll index 73aa2aa2d4b..17a9855f785 100644 --- a/llvm/test/CodeGen/PowerPC/calls.ll +++ b/llvm/test/CodeGen/PowerPC/calls.ll @@ -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() |