[PATCH] D37718: [ELF] Handle references to garbage collected common symbols

Dmitry Mikulin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 11 16:16:54 PDT 2017


dmikulin added a comment.

Why is there a relocation for "unused" if it's marked not live?
Relocation section '.rela.noalloc' at offset 0x98 contains 1 entries:

  Offset          Info           Type           Sym. Value    Sym. Name + Addend

000000000000  000200000001 R_X86_64_64       0000000000000004 unused + 0


https://reviews.llvm.org/D37718





More information about the llvm-commits mailing list