diff options
| author | Pavel Labath <pavel@labath.sk> | 2019-06-12 11:42:42 +0000 |
|---|---|---|
| committer | Pavel Labath <pavel@labath.sk> | 2019-06-12 11:42:42 +0000 |
| commit | ad805ef95a75ceeef4efd300075025d7be0d918f (patch) | |
| tree | 20dd5f455785a1db17588c791bcdd06990df0d13 /lldb/lit/Modules | |
| parent | 31908669c6d0937b9577e00051c6403213e8899c (diff) | |
| download | bcm5719-llvm-ad805ef95a75ceeef4efd300075025d7be0d918f.tar.gz bcm5719-llvm-ad805ef95a75ceeef4efd300075025d7be0d918f.zip | |
Recognise debug_types.dwo as a debug info section
This is a preparatory patch to allow reading type units from dwo files.
llvm-svn: 363146
Diffstat (limited to 'lldb/lit/Modules')
| -rw-r--r-- | lldb/lit/Modules/ELF/section-types.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lldb/lit/Modules/ELF/section-types.yaml b/lldb/lit/Modules/ELF/section-types.yaml index 907d57b10cf..9f6b4c0533b 100644 --- a/lldb/lit/Modules/ELF/section-types.yaml +++ b/lldb/lit/Modules/ELF/section-types.yaml @@ -10,6 +10,9 @@ # CHECK-LABEL: Name: .debug_types # CHECK-NEXT: Type: dwarf-types +# CHECK-LABEL: Name: .debug_types.dwo +# CHECK-NEXT: Type: dwarf-types-dwo + # CHECK-LABEL: Name: .debug_names # CHECK-NEXT: Type: dwarf-names @@ -51,6 +54,10 @@ Sections: Type: SHT_PROGBITS AddressAlign: 0x0000000000000001 Content: DEADBEEFBAADF00D + - Name: .debug_types.dwo + Type: SHT_PROGBITS + AddressAlign: 0x0000000000000001 + Content: DEADBEEFBAADF00D - Name: .debug_names Type: SHT_PROGBITS AddressAlign: 0x0000000000000001 |

