summaryrefslogtreecommitdiffstats
path: root/llvm/test/Linker/drop-debug.ll
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2018-04-18 14:41:47 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2018-04-18 14:41:47 +0000
commitfef7adae1d5ed7aadc317515b7aefeaf7f5936b8 (patch)
tree6fa21233936e29fcd9c5104c4706ebae1a2a7216 /llvm/test/Linker/drop-debug.ll
parent01e8c4e8c1883828cca1d358eb0475532260de1b (diff)
downloadbcm5719-llvm-fef7adae1d5ed7aadc317515b7aefeaf7f5936b8.tar.gz
bcm5719-llvm-fef7adae1d5ed7aadc317515b7aefeaf7f5936b8.zip
[llvm-link] Use WithColor for printing errors
Use convenience helpers in WithColor to print errors and warnings. Differential revision: https://reviews.llvm.org/D45667 llvm-svn: 330261
Diffstat (limited to 'llvm/test/Linker/drop-debug.ll')
-rw-r--r--llvm/test/Linker/drop-debug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Linker/drop-debug.ll b/llvm/test/Linker/drop-debug.ll
index 06689872e12..9c1072a75de 100644
--- a/llvm/test/Linker/drop-debug.ll
+++ b/llvm/test/Linker/drop-debug.ll
@@ -3,4 +3,4 @@
;; drop-debug.bc was created from "void f(void) {}" with clang 3.5 and
; -gline-tables-only, so it contains old debug info.
-; CHECK: WARNING: ignoring debug info with an invalid version (1) in {{.*}}/Inputs/drop-debug.bc
+; CHECK: warning: ignoring debug info with an invalid version (1) in {{.*}}/Inputs/drop-debug.bc
OpenPOWER on IntegriCloud