Skip to content

Commit 7c220c4

Browse files
authored
[lld][ELF][test] Fix compressed-debug-level.test (#93264)
When running `check-lld-elf` on my CentOS 9 linux box, the test seems to expect `000021` instead of `00001{{[def]}}`
1 parent 84be76f commit 7c220c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/ELF/compressed-debug-level.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# RUN: llvm-readelf --sections %t.6 | FileCheck -check-prefixes=HEADER,LEVEL6 %s
1919

2020
# HEADER: [Nr] Name Type Address Off Size
21-
# LEVEL1: [ 1] .debug_info PROGBITS 00000000 000094 00001{{[def]}}
21+
# LEVEL1: [ 1] .debug_info PROGBITS 00000000 000094 0000{{1[def]|21}}
2222
# LEVEL6: [ 1] .debug_info PROGBITS 00000000 000094 00001{{[abc]}}
2323

2424
## A little arbitrary debug section which has a different size after

0 commit comments

Comments
 (0)