[PATCH] D14449: [ELF2] -omagic implementation

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 9 16:24:07 PST 2015


On Fri, Nov 06, 2015 at 04:56:00PM +0000, George Rimar via llvm-commits wrote:
> 
> -N, --omagic
> Set the text and data sections to be readable and writable. Also, do
> not page-align the data segment, and disable linking against shared libraries.

I can't find any user of this in pkgsrc at least, so it really looks
like historic baggage. Most of the use cases I can think of are better
handled e.g. using objcopy.

Joerg


More information about the llvm-commits mailing list