<p dir="ltr"><br>
On Nov 6, 2015 8:56 AM, "George Rimar via llvm-commits" <<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a>> wrote:<br>
><br>
> grimar created this revision.<br>
> grimar added reviewers: ruiu, rafael.<br>
> grimar added subscribers: llvm-commits, grimar.<br>
><br>
> -N, --omagic<br>
> 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.<br>
><br>
> Notes: bfd looks just to create single PT_LOAD and tries to keep minimal possible set of flags for it (just concatinates all sections flags that take part in PT_LOAD). Also bfd does not output empty sections, but we do. So this ones are also affect on minimal set of flags for new lld.<br>
><br>
> <a href="http://reviews.llvm.org/D14449">http://reviews.llvm.org/D14449</a><br>
><br>
> Files:<br>
>   ELF/Config.h<br>
>   ELF/Driver.cpp<br>
>   ELF/Options.td<br>
>   ELF/Writer.cpp<br>
>   test/elf2/omagic.s<br>
></p>
<p dir="ltr">Is somebody really using this?<br>
</p>