[PATCH] D74375: [ELF] Support INSERT [AFTER|BEFORE] for orphan sections

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 12 08:33:25 PST 2020


MaskRay marked an inline comment as done.
MaskRay added subscribers: nickdesaulniers, srhines.
MaskRay added inline comments.


================
Comment at: lld/ELF/ScriptParser.cpp:552
+    // TODO This rule will be dropped in the future.
+    config->singleRoRx = true;
+
----------------
@srhines @nickdesaulniers I want to delete `config->singleRoRx = true;` in the future to be more consistant with other parts of lld. (It also matches `ld.bfd -z separate-code`)

Can you please test whether any project needs adaptation with this change?



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74375/new/

https://reviews.llvm.org/D74375





More information about the llvm-commits mailing list