[PATCH] D28612: [ELF] - Added support for --emit-relocs.

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 24 14:08:33 PST 2017


George Rimar via Phabricator <reviews at reviews.llvm.org> writes:
> I think we should just support that feature. 
> It is specific, but not huge itself + looks stoned in linux kernel atm.
> It is easier to support it than to force users to create workarounds. What do you think ?

Maybe, but I do wonder why if they want a relocatable output they don't
just use -r?

Cheers,
Rafael


More information about the llvm-commits mailing list