From dd52d58680d796f85394eb72e6d2a2182145cce7 Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Thu, 1 Aug 2013 19:29:26 +0000 Subject: [PATCH] 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. llvm-svn: 187601 --- llvm/test/Feature/load_module.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/Feature/load_module.ll b/llvm/test/Feature/load_module.ll index 14c1153..ea41edf 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 -- 2.7.4