HA: [PATCH] D14449: [ELF2] -omagic implementation
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 10 00:39:35 PST 2015
>> -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
Ok, thank you for info.
More information about the llvm-commits
mailing list