Files
clang-p2996/lld/ELF
Rui Ueyama 4af8d47d05 Fix -emit-reloc against local symbols.
Previously, we drop symbols starting with .L from the symbol table, so
if there is a relocation that refers a .L symbol, it ended up
referencing a null -- which happened to be interpreted as an absolute
symbol.

This patch copies all symbols including local ones if -emit-reloc is
given.

Fixes https://bugs.llvm.org/show_bug.cgi?id=41385

Differential Revision: https://reviews.llvm.org/D60306

llvm-svn: 357885
2019-04-08 06:45:07 +00:00
..
2019-04-05 20:16:26 +00:00
2019-03-28 23:53:38 +00:00
2019-04-05 20:16:26 +00:00
2019-03-12 19:19:23 +00:00
2019-03-28 17:31:12 +00:00