From 0329167a69dd21ec5d09687aee608df8be27ceb9 Mon Sep 17 00:00:00 2001 From: Artem Dergachev Date: Fri, 12 Jul 2019 02:16:56 +0000 Subject: [PATCH] NFC: Unforget a colon in a few CHECK: directives. Differential Revision: https://reviews.llvm.org/D64526 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@365863 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/tools/dsymutil/X86/modules.m | 1 + test/tools/dsymutil/X86/odr-fwd-declaration.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/test/tools/dsymutil/X86/modules.m b/test/tools/dsymutil/X86/modules.m index 1a5209e42bb..9e417861b97 100644 --- a/test/tools/dsymutil/X86/modules.m +++ b/test/tools/dsymutil/X86/modules.m @@ -116,6 +116,7 @@ Bar odr_violation = { 42 }; // CHECK: DW_AT_type {{.*}}{0x{{0*}}[[PTR:.*]]} // // CHECK: 0x{{0*}}[[PTR]]: DW_TAG_pointer_type +// FIXME: The next line doesn't work. // CHECK-NEXT DW_AT_type [DW_FORM_ref_addr] {0x{{0*}}[[INTERFACE]] extern int odr_violation; diff --git a/test/tools/dsymutil/X86/odr-fwd-declaration.cpp b/test/tools/dsymutil/X86/odr-fwd-declaration.cpp index 8803b7c64b6..29b0ae2fb4e 100644 --- a/test/tools/dsymutil/X86/odr-fwd-declaration.cpp +++ b/test/tools/dsymutil/X86/odr-fwd-declaration.cpp @@ -49,7 +49,7 @@ void foo() { // CHECK: AT_name{{.*}} "S" // CHECK-NOT: {{DW_TAG|NULL}} // CHECK: AT_declaration -// CHECK-NOT AT_byte_size +// CHECK-NOT: AT_byte_size #elif defined(FILE2) # 1 "Header.h" 1 -- 2.11.0