diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2012-10-26 02:19:02 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2012-10-26 02:19:02 +0000 |
commit | b1d9101c11ce0efc126a17c561575924b7637654 (patch) | |
tree | 5e700cebb03a78c0b386afaf832516cad90a966b /llvm/test/BugPoint/crash-narrowfunctiontest.ll | |
parent | 183ba5ef263b923c1deaa376b340e4fbaa13429e (diff) | |
download | bcm5719-llvm-b1d9101c11ce0efc126a17c561575924b7637654.tar.gz bcm5719-llvm-b1d9101c11ce0efc126a17c561575924b7637654.zip |
Fix unexpected passes. These test do work with LTO on linux. I tested both
a cmake and an autoconf build.
llvm-svn: 166748
Diffstat (limited to 'llvm/test/BugPoint/crash-narrowfunctiontest.ll')
-rw-r--r-- | llvm/test/BugPoint/crash-narrowfunctiontest.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/BugPoint/crash-narrowfunctiontest.ll b/llvm/test/BugPoint/crash-narrowfunctiontest.ll index 9df823ab973..c8128369573 100644 --- a/llvm/test/BugPoint/crash-narrowfunctiontest.ll +++ b/llvm/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 } |