From b9549baf7fa0edb118f049850c073177500121eb Mon Sep 17 00:00:00 2001 From: Bob Wilson Date: Sun, 4 Aug 2013 23:55:24 +0000 Subject: Remove "lto_on_osx" xfails, now that -rdynamic works on Darwin. Note that this will require a recent version of the linker for Darwin builds with LTO to pass these tests. llvm-svn: 187711 --- llvm/test/BugPoint/remove_arguments_test.ll | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/test/BugPoint/remove_arguments_test.ll') diff --git a/llvm/test/BugPoint/remove_arguments_test.ll b/llvm/test/BugPoint/remove_arguments_test.ll index 5a45f846e10..29a03b83107 100644 --- a/llvm/test/BugPoint/remove_arguments_test.ll +++ b/llvm/test/BugPoint/remove_arguments_test.ll @@ -1,7 +1,6 @@ ; 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_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. -- cgit v1.2.3