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

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 5 13:18:30 PST 2015


On Thu, Nov 05, 2015 at 10:32:29AM -0800, Rui Ueyama via llvm-commits wrote:
> I guess my point is that, if -r offers no real value to users, we may not
> want to support that and instead recommend users use ar.

The biggest consumer I know immediately is crunchgen. It doesn't really
care that much about relocations, but will modify the symbol table to
mangle all defined symbols.

Joerg


More information about the llvm-commits mailing list