[PATCH] D23451: [ELF] - Linkerscript: fix VA value assigned to sections when using constraints.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 12 11:15:31 PDT 2016
ruiu added inline comments.
================
Comment at: ELF/LinkerScript.cpp:333
@@ -332,1 +332,3 @@
+template <class ELFT>
+static OutputSectionBase<ELFT> *
----------------
This function has duplicate code with matchConstraints. Can you reorganize this and that to reduce the amount of code?
https://reviews.llvm.org/D23451
More information about the llvm-commits
mailing list