[llvm] r313275 - Adapt more testcases for llvm-dwarfdump changes.

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 14 10:27:03 PDT 2017


Author: adrian
Date: Thu Sep 14 10:27:03 2017
New Revision: 313275

URL: http://llvm.org/viewvc/llvm-project?rev=313275&view=rev
Log:
Adapt more testcases for llvm-dwarfdump changes.

Modified:
    llvm/trunk/test/DebugInfo/Generic/empty.ll
    llvm/trunk/test/DebugInfo/dwarfdump-macho-universal.test

Modified: llvm/trunk/test/DebugInfo/Generic/empty.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/Generic/empty.ll?rev=313275&r1=313274&r2=313275&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/Generic/empty.ll (original)
+++ llvm/trunk/test/DebugInfo/Generic/empty.ll Thu Sep 14 10:27:03 2017
@@ -12,9 +12,7 @@
 ; CHECK: total_length: 0x00000019
 ; CHECK-NOT: file_names[
 
-; CHECK: .debug_pubnames contents:
-; CHECK-NOT: {{^}}0x
-
+; CHECK-NOT: .debug_pubnames contents:
 ; CHECK: contents:
 
 ; Don't emit DW_AT_addr_base when there are no addresses.

Modified: llvm/trunk/test/DebugInfo/dwarfdump-macho-universal.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/dwarfdump-macho-universal.test?rev=313275&r1=313274&r2=313275&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/dwarfdump-macho-universal.test (original)
+++ llvm/trunk/test/DebugInfo/dwarfdump-macho-universal.test Thu Sep 14 10:27:03 2017
@@ -1,17 +1,17 @@
 Reuse a test input from llvm-dsymutil, it's perfect for what we want to exercise
 RUN: llvm-dwarfdump -v %S/Inputs/fat-test.o --debug-info | FileCheck %s
 
-CHECK: fat-test.o (x86_64):	file format Mach-O 64-bit x86-64
+CHECK: fat-test.o(x86_64):	file format Mach-O 64-bit x86-64
 CHECK: DW_TAG_variable
 CHECK-NOT: {{NULL|DW_TAG}}
 CHECK: DW_AT_name {{.*}} "x86_64_var"
 
-CHECK: fat-test.o (i386):	file format Mach-O 32-bit i386
+CHECK: fat-test.o(i386):	file format Mach-O 32-bit i386
 CHECK: DW_TAG_variable
 CHECK-NOT: {{NULL|DW_TAG}}
 CHECK: DW_AT_name {{.*}} "i386_var"
 
-CHECK: fat-test.o (x86_64h):	file format Mach-O 64-bit x86-64
+CHECK: fat-test.o(x86_64h):	file format Mach-O 64-bit x86-64
 CHECK: DW_TAG_variable
 CHECK-NOT: {{NULL|DW_TAG}}
 CHECK: DW_AT_name {{.*}} "x86_64h_var"




More information about the llvm-commits mailing list