[PATCH] D25014: [ELF] Change the way we compute file offsets

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 28 13:00:25 PDT 2016


ruiu added inline comments.

================
Comment at: ELF/OutputSections.h:112
@@ -110,1 +111,3 @@
 
+  OutputSectionBase<ELFT> *FirstInPtLoad = nullptr;
+
----------------
Needs a comment about what this is and why we need it.


https://reviews.llvm.org/D25014





More information about the llvm-commits mailing list