[llvm] r187601 - Temporarily xfail a test that breaks on OS X when building with LTO.

Bob Wilson bob.wilson at apple.com
Thu Aug 1 12:29:27 PDT 2013


Author: bwilson
Date: Thu Aug  1 14:29:26 2013
New Revision: 187601

URL: http://llvm.org/viewvc/llvm-project?rev=187601&view=rev
Log:
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>

Modified:
    llvm/trunk/test/Feature/load_module.ll

Modified: llvm/trunk/test/Feature/load_module.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Feature/load_module.ll?rev=187601&r1=187600&r2=187601&view=diff
==============================================================================
--- llvm/trunk/test/Feature/load_module.ll (original)
+++ llvm/trunk/test/Feature/load_module.ll Thu Aug  1 14:29:26 2013
@@ -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





More information about the llvm-commits mailing list