[PATCH] D28552: [ELF] - Ignore R_386_NONE.

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 11 11:00:15 PST 2017


davide added a comment.

In https://reviews.llvm.org/D28552#643063, @ruiu wrote:

> How does dtrace use that? I was thinking that the semantics of the relocation is pretty clear -- that is a relocation which doesn't change the target values.


Then why you need to emit a reloc in the first place (if that reloc is de facto a nop)?

See http://llvm.org/viewvc/llvm-project?rev=288485&view=rev for the dtrace use.


Repository:
  rL LLVM

https://reviews.llvm.org/D28552





More information about the llvm-commits mailing list