X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FBugPoint%2Fmetadata.ll;h=6dc9574bbe4b19e5ebf00a6c147cc119a690eb85;hb=4b7e609548934542ffd92b1d63ea8597b43a565a;hp=a78007881f7a7b1447ba746d119c5d1a5a5de4a1;hpb=a15a1336478ffe16f3165c99e5c0e434eb6c53a2;p=oota-llvm.git diff --git a/test/BugPoint/metadata.ll b/test/BugPoint/metadata.ll index a78007881f7..6dc9574bbe4 100644 --- a/test/BugPoint/metadata.ll +++ b/test/BugPoint/metadata.ll @@ -1,5 +1,7 @@ -; RUN: bugpoint -load %llvmlibsdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null +; 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_on_osx ; Bugpoint should keep the call's metadata attached to the call.