[PATCH] D38135: [dwarfdump] Skip 'stripped' sections

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 21 09:37:52 PDT 2017


aprantl added inline comments.


================
Comment at: lib/Object/MachOObjectFile.cpp:1931
 
+bool MachOObjectFile::isSectionStripped(DataRefImpl Sec) const {
+  if (is64Bit())
----------------
Can you add a big comment that contains the information explaining what/why this happens similar to what you wrote in the introduction of this review?


Repository:
  rL LLVM

https://reviews.llvm.org/D38135





More information about the llvm-commits mailing list