summaryrefslogtreecommitdiffstats
path: root/llvm/test/BugPoint/remove_arguments_test.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2012-10-26 02:19:02 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2012-10-26 02:19:02 +0000
commitb1d9101c11ce0efc126a17c561575924b7637654 (patch)
tree5e700cebb03a78c0b386afaf832516cad90a966b /llvm/test/BugPoint/remove_arguments_test.ll
parent183ba5ef263b923c1deaa376b340e4fbaa13429e (diff)
downloadbcm5719-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/remove_arguments_test.ll')
-rw-r--r--llvm/test/BugPoint/remove_arguments_test.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/BugPoint/remove_arguments_test.ll b/llvm/test/BugPoint/remove_arguments_test.ll
index 13aa9c5a653..5a45f846e10 100644
--- a/llvm/test/BugPoint/remove_arguments_test.ll
+++ b/llvm/test/BugPoint/remove_arguments_test.ll
@@ -1,7 +1,7 @@
; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes
; RUN: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s
; REQUIRES: loadable_module
-; XFAIL: lto
+; XFAIL: lto_on_osx
; Test to make sure that arguments are removed from the function if they are
; unnecessary. And clean up any types that that frees up too.
OpenPOWER on IntegriCloud