[PATCH] D70994: [dsymutil] Remove final recursive call in lookForChildDIEsToKeep (NFC)
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 4 09:41:55 PST 2019
aprantl accepted this revision.
aprantl added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/tools/dsymutil/DwarfLinker.cpp:872
+static void lookForRefDIEsToKeep(const DWARFDie &Die, CompileUnit &CU,
+ unsigned Flags, DwarfLinker &Linker,
----------------
doxygen comment?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70994/new/
https://reviews.llvm.org/D70994
More information about the llvm-commits
mailing list