[PATCH] D48405: [ELF] Assign RF_EXEC rank even if --no-rosegment or SECTIONS command is used

Eric Christopher via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 21 12:32:49 PDT 2018


echristo added inline comments.


================
Comment at: ELF/Writer.cpp:767
       Rank |= RF_EXEC_WRITE;
-    else if (!Config->SingleRoRx)
+    else
       Rank |= RF_EXEC;
----------------
Can you rebase this on the other patch and then add some comments about the ranking into the source?


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D48405





More information about the llvm-commits mailing list