Skip to content

Commit 2fdfab2

Browse files
author
Spyridoula Gravani
committed
[DWARF] Modified test for die ranges verification so that it doesn't fail on windows hosts.
llvm-svn: 308943
1 parent 3f36aae commit 2fdfab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/tools/llvm-dwarfdump/X86/verify_die_ranges.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ Lset0 = Lsection_abbrev-Lsection_abbrev ## Offset Into Abbrev. Section
7373
Lset1 = Lline_table_start0-Lsection_line ## DW_AT_stmt_list
7474
.long Lset1
7575
.long 63 ## DW_AT_comp_dir
76-
.quad Lfunc_end0 + 1 ## DW_AT_low_pc -- error: Invalid address range [0x00000007 - 0x00000006].
77-
.quad Lfunc_end0 ## DW_AT_high_pc
76+
.quad 7 ## DW_AT_low_pc -- error: Invalid address range [0x00000007 - 0x00000006].
77+
.quad 6 ## DW_AT_high_pc
7878
.byte 0 ## End Of Children Mark
7979
.subsections_via_symbols
8080
.section __DWARF,__debug_line,regular,debug

0 commit comments

Comments
 (0)