[PATCH] D38491: [ELF] Decompress debug info sections early
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 3 17:22:39 PDT 2017
smeenai added inline comments.
================
Comment at: ELF/GdbIndex.cpp:20
#include "llvm/DebugInfo/DWARF/DWARFDebugPubTable.h"
+#include "llvm/Object/Decompressor.h"
#include "llvm/Object/ELFObjectFile.h"
----------------
ruiu wrote:
> You can now remove this #include.
Removed before committing. Thanks for the catch.
Repository:
rL LLVM
https://reviews.llvm.org/D38491
More information about the llvm-commits
mailing list