summaryrefslogtreecommitdiffstats
path: root/llvm/test/BugPoint
diff options
context:
space:
mode:
authorDavide Italiano <davide@freebsd.org>2017-02-20 22:51:42 +0000
committerDavide Italiano <davide@freebsd.org>2017-02-20 22:51:42 +0000
commita9de0109b3bc438bd1bb9f88b05b4229d4b253ff (patch)
treeef6fedae3406884f9fabffa00b5930a793203984 /llvm/test/BugPoint
parent78cbd28102114115dde1d91dfe0d0a79341a642d (diff)
downloadbcm5719-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.ll2
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
OpenPOWER on IntegriCloud