diff options
Diffstat (limited to 'lldb/lit/SymbolFile/DWARF/Inputs/debug-line-basic.script')
| -rw-r--r-- | lldb/lit/SymbolFile/DWARF/Inputs/debug-line-basic.script | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lldb/lit/SymbolFile/DWARF/Inputs/debug-line-basic.script b/lldb/lit/SymbolFile/DWARF/Inputs/debug-line-basic.script deleted file mode 100644 index 7f3a1b9c2ff..00000000000 --- a/lldb/lit/SymbolFile/DWARF/Inputs/debug-line-basic.script +++ /dev/null @@ -1,14 +0,0 @@ -PHDRS { - text PT_LOAD; -} -SECTIONS { - .shstrtab : { *(.shstrtab ) } - .debug_info : { *(.debug_info ) } - .debug_line : { *(.debug_line ) } - .debug_str : { *(.debug_str ) } - .debug_abbrev : { *(.debug_abbrev) } - - . = 0x201000; - .text : { *(.text .text.f) } :text - /DISCARD/ : { *(*) } -} |

