commit | d2930d364adcaef1eac0e1d5d8dc0fa4b7616f45 | [log] [tgz] |
---|---|---|
author | Rafael Espindola <rafael.espindola@gmail.com> | Fri Oct 26 02:19:02 2012 +0000 |
committer | Rafael Espindola <rafael.espindola@gmail.com> | Fri Oct 26 02:19:02 2012 +0000 |
tree | d1e7eaf52187f983810b89ae6af05e69563ac838 | |
parent | 30675b12fde1eac924dfe4a790aa13488de4057b [diff] [blame] |
Fix unexpected passes. These test do work with LTO on linux. I tested both a cmake and an autoconf build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166748 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/BugPoint/crash-narrowfunctiontest.ll b/test/BugPoint/crash-narrowfunctiontest.ll index 9df823a..c812836 100644 --- a/test/BugPoint/crash-narrowfunctiontest.ll +++ b/test/BugPoint/crash-narrowfunctiontest.ll
@@ -2,7 +2,7 @@ ; ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null ; REQUIRES: loadable_module -; XFAIL: lto +; XFAIL: lto_on_osx define i32 @foo() { ret i32 1 }