From 7c220c4bd31b832167b9fceadc3d27e7989728b9 Mon Sep 17 00:00:00 2001 From: Vincent Lee Date: Thu, 23 May 2024 23:12:25 -0700 Subject: [PATCH] [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]}}` --- lld/test/ELF/compressed-debug-level.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/test/ELF/compressed-debug-level.test b/lld/test/ELF/compressed-debug-level.test index e1a7cc32a79192..5a4d37e31eca9f 100644 --- a/lld/test/ELF/compressed-debug-level.test +++ b/lld/test/ELF/compressed-debug-level.test @@ -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