[PATCH] D14382: [ELF2] - Basic implementation of -r/--relocatable

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 18 14:55:11 PST 2016


On Tue, Feb 16, 2016 at 05:26:10PM -0500, Rafael EspĂ­ndola via llvm-commits wrote:
> For a first implementation I think se should just copy all Relocations.

I think the only "optimisation" needed for this purpose is replacing
now-defined symbol names with section+offset. That doesn't really
require understanding relocations, does it?

Joerg


More information about the llvm-commits mailing list