diff options
author | Bob Wilson <bob.wilson@apple.com> | 2013-08-01 19:29:26 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2013-08-01 19:29:26 +0000 |
commit | dd52d58680d796f85394eb72e6d2a2182145cce7 (patch) | |
tree | 7869b9367394b4bf38237567d306831a493eed3b /llvm/test | |
parent | 1db108972b38cd2c30d1cce82b3ec42f2f7cb036 (diff) | |
download | bcm5719-llvm-dd52d58680d796f85394eb72e6d2a2182145cce7.tar.gz bcm5719-llvm-dd52d58680d796f85394eb72e6d2a2182145cce7.zip |
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>
llvm-svn: 187601
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/Feature/load_module.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Feature/load_module.ll b/llvm/test/Feature/load_module.ll index 14c1153fa56..ea41edfcbbd 100644 --- a/llvm/test/Feature/load_module.ll +++ b/llvm/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 |