[PATCH] D22672: [ELF] - Linkerscript: cleanup of LinkerScript<ELFT>::createSections().
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 22 05:34:00 PDT 2016
grimar added inline comments.
================
Comment at: ELF/LinkerScript.cpp:261
@@ -260,1 +260,3 @@
template <class ELFT>
+bool canAddSection(InputSectionBase<ELFT> *C, ConstraintKind Kind) {
+ if (Kind == NoConstraint)
----------------
forgot static, will add if approved.
https://reviews.llvm.org/D22672
More information about the llvm-commits
mailing list