[Lldb-commits] [PATCH] D40616: ObjectFileELF: Add support for compressed sections

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 18 02:52:38 PST 2017


labath added inline comments.


================
Comment at: lldb/trunk/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp:3496
+
+  auto Decompressor = llvm::object::Decompressor::create(
+      section->GetName().GetStringRef(),
----------------
tzik wrote:
> This adds new dependency to LLVM Object component.
> Could you add it into LINK_COMPONENTS section of CMakeLists.txt in this directory?
Done in r320967. Thanks for pointing this out.


Repository:
  rL LLVM

https://reviews.llvm.org/D40616





More information about the lldb-commits mailing list