[PATCH] D38491: [ELF] Decompress debug info sections early
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 3 17:18:41 PDT 2017
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: ELF/GdbIndex.cpp:20
#include "llvm/DebugInfo/DWARF/DWARFDebugPubTable.h"
+#include "llvm/Object/Decompressor.h"
#include "llvm/Object/ELFObjectFile.h"
----------------
You can now remove this #include.
https://reviews.llvm.org/D38491
More information about the llvm-commits
mailing list