Reland [ELF] Loose a condition for relocation with a symbol
authorNikola Prica <nikola.prica@rt-rk.com>
Mon, 22 Jul 2019 13:07:01 +0000 (13:07 +0000)
committerNikola Prica <nikola.prica@rt-rk.com>
Mon, 22 Jul 2019 13:07:01 +0000 (13:07 +0000)
commit0166cff09b1b3dd916a9d6a6c4435a8e649b94dc
treec4a89e9dfc2e01a73305dc611aa343bb06769503
parent937d0ee5d8da3717849c6329ee9c7795183cff59
Reland [ELF] Loose a condition for relocation with a symbol

This patch was not the reason of the buildbot failure.

Deleted code was introduced as a work around for a bug in the gold linker
(http://sourceware.org/PR16794). Test case that was given as a reason for
this part of code, the one on previous link, now works for the gold.
This condition is too strict and when a code is compiled with debug info
it forces generation of numerous relocations with symbol for architectures
that do not have relocation addend.

Reviewers: arsenm, espindola

Reviewed By: MaskRay

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

llvm-svn: 366686
llvm/lib/MC/ELFObjectWriter.cpp
llvm/test/MC/ELF/basic-elf-32.s
llvm/test/MC/ELF/compression.s
llvm/test/MC/ELF/relocation-386.s
llvm/test/MC/Mips/elf-relsym.s
llvm/test/MC/Mips/xgot.s