[PATCH] D51443: [dsymutil] Remove non-determinism.
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 29 12:57:52 PDT 2018
aprantl added inline comments.
================
Comment at: llvm/tools/dsymutil/DwarfLinker.cpp:287
+
// Don't prune it if there is no definition for the DIE.
Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset();
----------------
`// Only prune forward declarations inside a DW_TAG_module for which a definition exists elsewhere.`
Repository:
rL LLVM
https://reviews.llvm.org/D51443
More information about the llvm-commits
mailing list