Skip to content

Commit

Permalink
Fix test - mistaken hardcoded path from my local machine.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwblaikie committed Jul 13, 2021
1 parent ea91749 commit ac8cede
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions llvm/test/tools/llvm-dwarfdump/X86/stats-v5-ranges-dwo.s
@@ -1,13 +1,11 @@
# RUN: rm -rf %t && mkdir -p %t
# RUN: cd %t
# RUN: llvm-mc -filetype=obj -triple x86_64-unknown-linux-gnu %s -o ranges.o -split-dwarf-file ranges.dwo
# UN: llvm-mc -filetype=obj -triple x86_64-unknown-linux-gnu %s -o ranges.dwo --defsym DWO=1
# RUN: llvm-dwarfdump --statistics ranges.o | FileCheck %s

# CHECK: "#bytes within functions": 30,


# .ifndef DWO
.text
.file "ranges.cpp"
.section .text._Z2f3v,"ax",@progbits
Expand Down Expand Up @@ -134,7 +132,7 @@ _Z2f3v.__part.2: # %if.end
.Lstr_offsets_base0:
.section .debug_str,"MS",@progbits,1
.Lskel_string0:
.asciz "/usr/local/google/home/blaikie/dev/scratch" # string offset=0
.asciz "." # string offset=0
.Lskel_string1:
.asciz "ranges.dwo" # string offset=43
.section .debug_str_offsets,"",@progbits
Expand Down Expand Up @@ -179,7 +177,6 @@ _Z2f3v.__part.2: # %if.end
.section .debug_line,"",@progbits
.Lline_table_start0:

# .else

.section .debug_str_offsets.dwo,"e",@progbits
.long 24 # Length of String Offsets Set
Expand Down Expand Up @@ -282,4 +279,3 @@ _Z2f3v.__part.2: # %if.end
.byte 0 # DW_RLE_end_of_list
.Ldebug_list_header_end1:

# .endif

0 comments on commit ac8cede

Please sign in to comment.