[Lldb-commits] [PATCH] D69100: COFF: Create a separate "section" for the file header

Jan Kratochvil via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 17 08:27:05 PDT 2019


jankratochvil added inline comments.


================
Comment at: source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp:797
+        m_coff_header_opt.header_size,
+        /*file_offset*/ 0, m_coff_header_opt.header_size,
+        m_coff_header_opt.sect_alignment,
----------------
dropped ///*file_size*///


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69100/new/

https://reviews.llvm.org/D69100





More information about the lldb-commits mailing list