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

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 11 11:01:57 PST 2017


Rui Ueyama via Phabricator <reviews at reviews.llvm.org> writes:

> ruiu added a comment.
>
> 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.

It uses it just like that. It edits .o file and replaces relocations it
wants the linker to ignore with R_X86_64_NONE.

Cheers,
Rafael


More information about the llvm-commits mailing list