[PATCH] D42550: Put the header in the first PT_LOAD even if that PT_LOAD has a LMAExpr

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 25 11:50:51 PST 2018


ruiu added inline comments.


================
Comment at: ELF/Writer.h:47
   bool HasLMA = false;
+  bool ASectionHasLMA = false;
   uint64_t LMAOffset = 0;
----------------
Can you add a comment?


https://reviews.llvm.org/D42550





More information about the llvm-commits mailing list