summaryrefslogtreecommitdiff
path: root/test/Feature
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2013-08-01 19:29:26 +0000
committerBob Wilson <bob.wilson@apple.com>2013-08-01 19:29:26 +0000
commitc8c344b26e3f4b79d01a8882a8dd4b12ebf00392 (patch)
tree1afcfddda8794401611631f88452b0a2cb504b67 /test/Feature
parent2b61eb9843aef3e7882b8472e2e07cb02be24a2a (diff)
downloadllvm-c8c344b26e3f4b79d01a8882a8dd4b12ebf00392.tar.gz
llvm-c8c344b26e3f4b79d01a8882a8dd4b12ebf00392.tar.bz2
llvm-c8c344b26e3f4b79d01a8882a8dd4b12ebf00392.tar.xz
Temporarily xfail a test that breaks on OS X when building with LTO.
This is another case where internalize hides a symbol that is needed by a loadable module. I am currently investigating a proper fix but this patch will get our buildbot to pass in the meantime. <rdar://problem/14578094> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187601 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature')
-rw-r--r--test/Feature/load_module.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Feature/load_module.ll b/test/Feature/load_module.ll
index 14c1153fa5..ea41edfcbb 100644
--- a/test/Feature/load_module.ll
+++ b/test/Feature/load_module.ll
@@ -2,6 +2,7 @@
; RUN: opt < %s -load=%llvmshlibdir/LLVMHello%shlibext -hello \
; RUN: -disable-output 2>&1 | grep Hello
; REQUIRES: loadable_module
+; XFAIL: lto_on_osx
; FIXME: On Cygming, it might fail without building LLVMHello manually.
@junk = global i32 0