summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2018-03-09 15:22:42 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2018-03-09 15:22:42 +0000
commit1dd69783bb88d18537558039cf2804fa5daab70e (patch)
treeffc8a3883676573df82f49e8b8384a9dba094aec /llvm/test
parent21dab12453d2e9bb222820002890cdd653c59b5f (diff)
downloadbcm5719-llvm-1dd69783bb88d18537558039cf2804fa5daab70e.tar.gz
bcm5719-llvm-1dd69783bb88d18537558039cf2804fa5daab70e.zip
[dsymutil] Unify error handling and add color
We improved the handling of errors and warnings in dwarfdump's verifier in rL314498. This patch does the same thing for dsymutil. Differential revision: https://reviews.llvm.org/D44052 llvm-svn: 327137
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/tools/dsymutil/X86/module-warnings.test2
-rw-r--r--llvm/test/tools/dsymutil/X86/swift-ast-x86_64.test2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/tools/dsymutil/X86/module-warnings.test b/llvm/test/tools/dsymutil/X86/module-warnings.test
index 3240a265058..453e90ee748 100644
--- a/llvm/test/tools/dsymutil/X86/module-warnings.test
+++ b/llvm/test/tools/dsymutil/X86/module-warnings.test
@@ -42,7 +42,7 @@
# STATIC: warning: {{.*}}Bar.pcm:
# STATIC: note: Linking a static library
# STATIC: warning: {{.*}}Foo.pcm:
-# STATIC-NOT: note:
+# STATIC-NOT: warning:
---
triple: 'x86_64-apple-darwin'
diff --git a/llvm/test/tools/dsymutil/X86/swift-ast-x86_64.test b/llvm/test/tools/dsymutil/X86/swift-ast-x86_64.test
index 98d3850efb0..daee1cdc72e 100644
--- a/llvm/test/tools/dsymutil/X86/swift-ast-x86_64.test
+++ b/llvm/test/tools/dsymutil/X86/swift-ast-x86_64.test
@@ -16,4 +16,4 @@ READOBJ: |SWIFTMODULE DATA|
READOBJ-NEXT: |.|
RUN: llvm-dsymutil -oso-prepend-path %p/.. %p/../Inputs/swift-ast.macho.x86_64 -no-output -verbose 2>&1 | FileCheck %s --check-prefix=TIMESTAMP
-TIMESTAMP: Warning: Timestamp mismatch
+TIMESTAMP: warning: Timestamp mismatch
OpenPOWER on IntegriCloud