[PATCH] D69672: DWARFDebugLoclists: Move to a incremental parsing model
Sourabh Singh Tomar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 3 09:40:25 PST 2019
SouraVX added inline comments.
================
Comment at: llvm/lib/DebugInfo/DWARF/DWARFDie.cpp:121
bool UseLocLists = !U->isDWOUnit();
auto Data = [&] {
----------------
@labath , Not sure about this piece of code, is this patch has some relationship with D68271 ??
I noticed this piece of code their, and which is uncommitted ??
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69672/new/
https://reviews.llvm.org/D69672
More information about the llvm-commits
mailing list