diff options
author | Davide Italiano <davide@freebsd.org> | 2017-02-20 22:51:42 +0000 |
---|---|---|
committer | Davide Italiano <davide@freebsd.org> | 2017-02-20 22:51:42 +0000 |
commit | a9de0109b3bc438bd1bb9f88b05b4229d4b253ff (patch) | |
tree | ef6fedae3406884f9fabffa00b5930a793203984 /llvm/test/BugPoint | |
parent | 78cbd28102114115dde1d91dfe0d0a79341a642d (diff) | |
download | bcm5719-llvm-a9de0109b3bc438bd1bb9f88b05b4229d4b253ff.tar.gz bcm5719-llvm-a9de0109b3bc438bd1bb9f88b05b4229d4b253ff.zip |
[IR/Verifier] List the CU we weren't able to find in `llvm.dbg.cu`.
llvm-svn: 295678
Diffstat (limited to 'llvm/test/BugPoint')
-rw-r--r-- | llvm/test/BugPoint/invalid-debuginfo.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/BugPoint/invalid-debuginfo.ll b/llvm/test/BugPoint/invalid-debuginfo.ll index 91b01493d1f..2005a13b675 100644 --- a/llvm/test/BugPoint/invalid-debuginfo.ll +++ b/llvm/test/BugPoint/invalid-debuginfo.ll @@ -1,6 +1,6 @@ ; RUN: bugpoint -load %llvmshlibdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crash-too-many-cus -silence-passes 2>&1 | FileCheck %s ; REQUIRES: loadable_module -; CHECK: All DICompileUnits must be listed in llvm.dbg.cu +; CHECK: DICompileUnit not listed in llvm.dbg.cu ; When bugpoint hacks at this testcase it will at one point create illegal IR ; that won't even pass the Verifier. A bugpoint *driver* built with assertions |