Skip to content

Commit 41580dd

Browse files
committed
Merge remote-tracking branch 'maskray/lld-debug-names' into new-lld-work
2 parents ac233d4 + 232c729 commit 41580dd

9 files changed

+1654
-1602
lines changed

lld/test/ELF/Inputs/debug-names-bcd.s

Lines changed: 0 additions & 406 deletions
This file was deleted.

lld/test/ELF/Inputs/debug-names-ef.s

Lines changed: 0 additions & 332 deletions
This file was deleted.

lld/test/ELF/debug-names-bad-die-idx-sizes.s

Lines changed: 0 additions & 156 deletions
This file was deleted.

lld/test/ELF/debug-names-bad-name-count.s

Lines changed: 0 additions & 162 deletions
This file was deleted.

lld/test/ELF/debug-names-bad.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# RUN: llvm-mc -filetype=obj -triple=x86_64 bad-parent-form.s -o bad-parent-form.o
2727
# RUN: not ld.lld --debug-names bad-parent-form.o 2>&1 | FileCheck %s --check-prefix=BAD-PARENT-FORM --implicit-check-not=error:
2828

29-
# BAD-PARENT-FORM: error: bad-parent-form.o:(.debug_names): invalid form for DW_IDX_parent
29+
# BAD-PARENT-FORM-COUNT-2: error: bad-parent-form.o:(.debug_names): invalid form for DW_IDX_parent
3030

3131
# RUN: sed -E '/DW_IDX_die_offset/{n;s/[0-9]+.*DW_FORM_ref4/16/}' %S/Inputs/debug-names-a.s > bad-die-form.s
3232
# RUN: llvm-mc -filetype=obj -triple=x86_64 bad-die-form.s -o bad-die-form.o

lld/test/ELF/debug-names-dwarf64.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
struct t1 {};
1111
extern "C" void _start(t1) {}
1212
//--- gen
13-
clang -S -g -gpubnames -gdwarf64 a.cc -o -
13+
clang --target=x86_64-linux -S -g -gpubnames -gdwarf64 a.cc -o -
1414
.endif
1515
.text
1616
.file "a.cc"

0 commit comments

Comments
 (0)