[PATCH] D23451: [ELF] - Linkerscript: fix VA value assigned to sections when using constraints.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 12 13:34:51 PDT 2016


grimar added inline comments.

================
Comment at: ELF/LinkerScript.cpp:333
@@ -332,1 +332,3 @@
 
+template <class ELFT>
+static OutputSectionBase<ELFT> *
----------------
ruiu wrote:
> This function has duplicate code with matchConstraints. Can you reorganize this and that to reduce the amount of code?
Done.


https://reviews.llvm.org/D23451





More information about the llvm-commits mailing list