[PATCH] D24870: [ELF] Don't crash in GC mode when linker script is used and .debug_lines section is present

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 23 10:42:25 PDT 2016


rafael added inline comments.

================
Comment at: test/ELF/linkerscript/Inputs/comdat-gc.s:4
@@ +3,3 @@
+
+.section .debug_lines,"", at progbits
+  .quad .text._Z3fooIiEvv
----------------
Can you make this test more realistic by having MC create .debug_line?


Repository:
  rL LLVM

https://reviews.llvm.org/D24870





More information about the llvm-commits mailing list