[Lldb-commits] [PATCH] D50274: Misc module/dwarf logging improvements

Leonard Mosescu via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 6 12:50:22 PDT 2018


lemo marked 2 inline comments as done.
lemo added inline comments.


================
Comment at: source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp:3413
+        section->GetName().GetCString());
+    return 0;
   }
----------------
labath wrote:
> `lit/Modules/compressed-sections.yaml` test will need to be updated to account for the return 0.
compressed-sections.yaml seems to be gated by REQUIRES: zlib, so it would not hit the 0-length path, am I wrong?


https://reviews.llvm.org/D50274





More information about the lldb-commits mailing list