diff options
Diffstat (limited to 'test/BugPoint/metadata.ll')
-rw-r--r-- | test/BugPoint/metadata.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/BugPoint/metadata.ll b/test/BugPoint/metadata.ll index 0eda566..98c79ee 100644 --- a/test/BugPoint/metadata.ll +++ b/test/BugPoint/metadata.ll @@ -1,6 +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 ; Bugpoint should keep the call's metadata attached to the call. |