Mark bugpoint tests with XFAIL when building with LTO. <rdar://problem/12473675>
[oota-llvm.git] / test / BugPoint / crash-narrowfunctiontest.ll
index d080d9dd4b0cac54d64b4fe42e9853ebddc2c2e2..9df823ab97314af65f1f360850d747b8e53f63a6 100644 (file)
@@ -2,6 +2,7 @@
 ;
 ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
 ; REQUIRES: loadable_module
+; XFAIL: lto
 
 define i32 @foo() { ret i32 1 }