[Lldb-commits] [lldb] be3b448 - [lldb/test] simplify basic-elf.yaml

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 24 00:07:33 PST 2020


Author: Pavel Labath
Date: 2020-02-24T09:02:18+01:00
New Revision: be3b448c2e39b9f1302601935955a9f5e5f013e8

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

LOG: [lldb/test] simplify basic-elf.yaml

Explicit dynsym/dynstr sections were added in a6370d5 to compensate for
a yaml2obj change D74764. This test doesn't need those sections, so
instead I just delete the explicit section blocks, and also the
"DynamicSymbols" block, which triggers their implicit generation.

Added: 
    

Modified: 
    lldb/test/Shell/SymbolFile/Breakpad/Inputs/basic-elf.yaml

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/SymbolFile/Breakpad/Inputs/basic-elf.yaml b/lldb/test/Shell/SymbolFile/Breakpad/Inputs/basic-elf.yaml
index d4b8684778b4..a9649fff30c9 100644
--- a/lldb/test/Shell/SymbolFile/Breakpad/Inputs/basic-elf.yaml
+++ b/lldb/test/Shell/SymbolFile/Breakpad/Inputs/basic-elf.yaml
@@ -20,16 +20,6 @@ Sections:
     Address:         0x00000000004000B0
     AddressAlign:    0x0000000000000010
     Size:            0x42
-  - Name:            .dynsym
-    Type:            SHT_PROGBITS
-    Flags:           [ SHF_ALLOC ]
-    Address:         0x0
-  - Name:            .dynstr
-    Type:            SHT_STRTAB
-    Flags:           [ SHF_ALLOC ]
-    Address:         0x0
-Symbols:         
-DynamicSymbols:  
 ProgramHeaders:
   - Type: PT_LOAD
     Flags: [ PF_X, PF_R ]


        


More information about the lldb-commits mailing list