]> granicus.if.org Git - llvm/commitdiff
NFC: Unforget a colon in a few CHECK: directives.
authorArtem Dergachev <artem.dergachev@gmail.com>
Fri, 12 Jul 2019 02:16:56 +0000 (02:16 +0000)
committerArtem Dergachev <artem.dergachev@gmail.com>
Fri, 12 Jul 2019 02:16:56 +0000 (02:16 +0000)
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
test/tools/dsymutil/X86/odr-fwd-declaration.cpp

index 1a5209e42bbd9d1b82db32cce7f327228106df86..9e417861b9726a424f5b313049d329d55a627606 100644 (file)
@@ -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;
 
index 8803b7c64b6093ae6e6f5dfa044d23ac79e721b6..29b0ae2fb4e096f972d5e29b422af8fba122cd80 100644 (file)
@@ -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