[PATCH] D23352: [ELF] - Linkerscript: implemented simple heuristic for placing orphan sections.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 15 15:22:44 PDT 2016
ruiu added inline comments.
================
Comment at: ELF/LinkerScript.cpp:303
@@ +302,3 @@
+ ScriptConfig->Commands.emplace(I + 1, Cmd);
+}
+
----------------
I think I understand what you are trying to do, but still it seems a bit too complicated. Isn't there any way to simplify?
https://reviews.llvm.org/D23352
More information about the llvm-commits
mailing list