[Lldb-commits] [lldb] 4cd8877 - [lldb/test] Fix gnu-style-compression.yaml

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 27 01:23:30 PST 2022


Author: Pavel Labath
Date: 2022-01-27T10:23:21+01:00
New Revision: 4cd8877a3453d5ee4289348db45d89b8e249cf72

URL: https://github.com/llvm/llvm-project/commit/4cd8877a3453d5ee4289348db45d89b8e249cf72
DIFF: https://github.com/llvm/llvm-project/commit/4cd8877a3453d5ee4289348db45d89b8e249cf72.diff

LOG: [lldb/test] Fix gnu-style-compression.yaml

In the rush to get the bot green, I did not realize I was building the
file with -gsplit-dwarf, and therefore the yaml ended up referring to a
file I did not check it.

This rebuilds the file without split dwarf.

Added: 
    

Modified: 
    lldb/test/Shell/SymbolFile/DWARF/x86/gnu-style-compression.yaml

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/SymbolFile/DWARF/x86/gnu-style-compression.yaml b/lldb/test/Shell/SymbolFile/DWARF/x86/gnu-style-compression.yaml
index d037cf474232..069753835474 100644
--- a/lldb/test/Shell/SymbolFile/DWARF/x86/gnu-style-compression.yaml
+++ b/lldb/test/Shell/SymbolFile/DWARF/x86/gnu-style-compression.yaml
@@ -31,26 +31,26 @@ Sections:
     AddressAlign:    0x8
     Offset:          0x1000
     Content:         2F000000000000002A00000000000000
-  - Name:            .debug_info
+  - Name:            .zdebug_info
     Type:            SHT_PROGBITS
     AddressAlign:    0x1
-    Content:         20000000040000000000080100000000000000001A000000C088361D3BC5B7B700000000
+    Content:         5A4C49420000000000000077789C2B666060606100010E4610A9C820CA00012640CCE407248C81989197939941C0012CC16C01D2130024589998C280540848011F2733074C4124488E35116C28171B48493E480937505B04488A830100368605A7
   - Name:            .debug_abbrev
     Type:            SHT_PROGBITS
     AddressAlign:    0x1
-    Content:         01110010171B0EB44219B0420EB14207B34217000000
+    Content:         011101250E1305030E10171B0E0000023400030E49133F193A0B3B0B0218000003260049130000042400030E3E0B0B0B0000051301360B030E0B0B3A0B3B0B0000060D00030E49133A0B3B0B380B000000
   - Name:            .debug_line
     Type:            SHT_PROGBITS
     AddressAlign:    0x1
-    Content:         7100000004006B000000010101FB0E0D0001010101000000010000012F686F6D652F706176656C6F2F6C6C00006D6F6E6F2F6C6C64622F746573742F5368656C6C2F53796D626F6C46696C652F44574152462F7838362F676E752D7374796C652D636F6D7072657373696F6E2E6370700001000000
-  - Name:            .zdebug_str
-    Type:            SHT_PROGBITS
-    Flags:           [ SHF_MERGE, SHF_STRINGS ]
-    AddressAlign:    0x1
-    EntSize:         0x1
-    Content:         5A4C49420000000000000084789C75C9310E82401005502E04BF33B62686D6440A6B979DC826B3FC89332B727BB980ED7B585805F6FC8812AA48AD68062D3AFC1B04A97E504E08F1C0B4C8F1D35E13752C2AB83E2EF711DFF309B716D602AFB5F51EBB4A3FB3DA5BDC0BD761361BF2C6EE0781C8302C
-  - Name:            .debug_addr
-    Type:            SHT_PROGBITS
-    AddressAlign:    0x1
-    Content:         '00104000000000000810400000000000'
+    Content:         3C000000040036000000010101FB0E0D0001010101000000010000012F746D700000676E752D7374796C652D636F6D7072657373696F6E2E6370700001000000
+DWARF:
+  debug_str:
+    - clang version 13.0.0
+    - '/tmp/gnu-style-compression.cpp'
+    - '/tmp/my_working_directory'
+    - s
+    - short
+    - a
+    - long int
+    - A
 ...


        


More information about the lldb-commits mailing list