[PATCH] D137882: [DWARFLibrary] Add support to re-construct cu-index
Alexander Yermolovich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 1 10:23:00 PST 2022
ayermolo marked an inline comment as done.
ayermolo added inline comments.
================
Comment at: llvm/lib/DebugInfo/DWARF/DWARFContext.cpp:60
#include <string>
+#include <unordered_map>
#include <utility>
----------------
tschuett wrote:
> Is this include useless?
Thanks removed. Leftover from switch to DenseMap.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137882/new/
https://reviews.llvm.org/D137882
More information about the llvm-commits
mailing list