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 | 79224c44070dce53bdcfa4f4352ed1b6f67d9c3c (patch) | |
tree | 5c4754b099b3f6fcc19400810ebef6ecf64476c5 | |
parent | 51c1c0348483c57feacf70f0eaefd752269e4640 (diff) |
XFAIL this on x86-Linux until its fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34651 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/PowerPC/calls.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/PowerPC/calls.ll b/test/CodeGen/PowerPC/calls.ll index 73aa2aa2d4..17a9855f78 100644 --- a/test/CodeGen/PowerPC/calls.ll +++ b/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() |