[PATCH] D23913: [ELF] - Linkerscript: implemented ADDR command.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 26 02:06:39 PDT 2016
grimar added inline comments.
================
Comment at: ELF/LinkerScript.cpp:1071
@@ -1047,1 +1070,3 @@
+}
+
static uint64_t getHeaderSize() {
----------------
Amount of such bulky methods in this class is large enough already. I suggest to land https://reviews.llvm.org/D23872 or something else first.
https://reviews.llvm.org/D23913
More information about the llvm-commits
mailing list