From 79224c44070dce53bdcfa4f4352ed1b6f67d9c3c Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 27 Feb 2007 02:45:12 +0000 Subject: [PATCH] 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 --- test/CodeGen/PowerPC/calls.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CodeGen/PowerPC/calls.ll b/test/CodeGen/PowerPC/calls.ll index 73aa2aa2d4b..17a9855f785 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()