From d2930d364adcaef1eac0e1d5d8dc0fa4b7616f45 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 26 Oct 2012 02:19:02 +0000 Subject: 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 --- test/BugPoint/metadata.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/BugPoint/metadata.ll') diff --git a/test/BugPoint/metadata.ll b/test/BugPoint/metadata.ll index 98c79ee03a..6dc9574bbe 100644 --- a/test/BugPoint/metadata.ll +++ b/test/BugPoint/metadata.ll @@ -1,7 +1,7 @@ ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null ; RUN: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s ; REQUIRES: loadable_module -; XFAIL: lto +; XFAIL: lto_on_osx ; Bugpoint should keep the call's metadata attached to the call. -- cgit v1.2.3