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

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Dec 14 09:19:15 PST 2017


clayborg accepted this revision.
clayborg added a comment.

Move #include of "llvm/Object/Decompressor.h" into CPP file and this is good to go.



================
Comment at: source/Plugins/ObjectFile/ELF/ObjectFileELF.h:24
 #include "lldb/lldb-private.h"
+#include "llvm/Object/Decompressor.h"
 
----------------
Move to .cpp file? Nothing in header file seems like it is needed.


https://reviews.llvm.org/D40616





More information about the lldb-commits mailing list