diff options
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 |