[PATCH] D22749: [ELF] - Linkerscript: Implemented SORT command
Ed Maste via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 25 07:12:57 PDT 2016
emaste added inline comments.
================
Comment at: ELF/LinkerScript.cpp:139
@@ +138,3 @@
+ });
+ for (InputSectionBase<ELFT> *I : Candidates)
+ AddInputSec(I, OutCmd->Name, OutCmd->Constraint);
----------------
My comment crossed your update. To be clear, I think the current version of this block is correct.
https://reviews.llvm.org/D22749
More information about the llvm-commits
mailing list