[lld] a7afaf9 - Fix lld testsuite after llvm-dwarfdump now errors on invalid DWARF
Jan Kratochvil via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 27 03:27:55 PDT 2021
Author: Jan Kratochvil
Date: 2021-06-27T12:26:11+02:00
New Revision: a7afaf901914aeade4e2b356c608d0f97150d769
URL: https://github.com/llvm/llvm-project/commit/a7afaf901914aeade4e2b356c608d0f97150d769
DIFF: https://github.com/llvm/llvm-project/commit/a7afaf901914aeade4e2b356c608d0f97150d769.diff
LOG: Fix lld testsuite after llvm-dwarfdump now errors on invalid DWARF
D104271 broke buildbots for lld/test/ELF/non-abs-reloc.s .
Added:
Modified:
lld/test/ELF/non-abs-reloc.s
Removed:
################################################################################
diff --git a/lld/test/ELF/non-abs-reloc.s b/lld/test/ELF/non-abs-reloc.s
index 82f913efe4d82..6053afbdc3faf 100644
--- a/lld/test/ELF/non-abs-reloc.s
+++ b/lld/test/ELF/non-abs-reloc.s
@@ -34,5 +34,5 @@ _start:
// GCC may relocate DW_AT_GNU_call_site_value with R_386_GOTOFF.
// https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98946
-.section .debug_info
+.section .debug_random
.long .L0 at gotoff
More information about the llvm-commits
mailing list