aboutsummaryrefslogtreecommitdiff
path: root/test/DebugInfo
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-12-16 02:11:38 +0000
committerDevang Patel <dpatel@apple.com>2009-12-16 02:11:38 +0000
commit978b75ee50607dcc6742650ccb7e52687c4c104f (patch)
treec1663ae838647a64ef4f88e3cd86968753aa7600 /test/DebugInfo
parent2e489c4f9db83179f9a0bba8ca84265e928b636e (diff)
XFAIL on ppc-darwin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91495 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r--test/DebugInfo/2009-12-01-CurrentFn.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/2009-12-01-CurrentFn.ll b/test/DebugInfo/2009-12-01-CurrentFn.ll
index d33a8f476e..6fc538e430 100644
--- a/test/DebugInfo/2009-12-01-CurrentFn.ll
+++ b/test/DebugInfo/2009-12-01-CurrentFn.ll
@@ -1,5 +1,5 @@
; RUN: llc < %s | grep "func_end1:" | count 1
-
+; XFAIL: powerpc-apple-darwin
declare void @foo()
define void @bar(i32 %i) nounwind ssp {