summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/test-arith.ll
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-12-02 21:28:37 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-12-02 21:28:37 +0000
commitc60c3346120d62133af64a4a70c466ba9efb2806 (patch)
tree90eb895df5ba22ee2583f79ef52447239c452ae3 /test/ExecutionEngine/test-arith.ll
parentf8f70c1a17750a4453a898f6328d1421bf82c3be (diff)
downloadllvm-c60c3346120d62133af64a4a70c466ba9efb2806.tar.gz
llvm-c60c3346120d62133af64a4a70c466ba9efb2806.tar.bz2
llvm-c60c3346120d62133af64a4a70c466ba9efb2806.tar.xz
These lookup symbols with leading underscores, which currently fails in
the PowerPC JIT. Hence, they are XFAILs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18443 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine/test-arith.ll')
-rw-r--r--test/ExecutionEngine/test-arith.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ExecutionEngine/test-arith.ll b/test/ExecutionEngine/test-arith.ll
index ea34dadcbf..7dd95bf2a3 100644
--- a/test/ExecutionEngine/test-arith.ll
+++ b/test/ExecutionEngine/test-arith.ll
@@ -1,3 +1,4 @@
+; XFAIL: darwin
; RUN: llvm-as -f %s -o %t.bc
; RUN: lli %t.bc > /dev/null