Skip to content

Commit

Permalink
[lld][ELF][test] Fix compressed-debug-level.test (llvm#93264)
Browse files Browse the repository at this point in the history
When running `check-lld-elf` on my CentOS 9 linux box, the test seems to
expect `000021` instead of `00001{{[def]}}`
  • Loading branch information
thevinster authored May 24, 2024
1 parent 84be76f commit 7c220c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lld/test/ELF/compressed-debug-level.test
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# RUN: llvm-readelf --sections %t.6 | FileCheck -check-prefixes=HEADER,LEVEL6 %s

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

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

0 comments on commit 7c220c4

Please sign in to comment.