[all-commits] [llvm/llvm-project] f24dff: DWARFVerifier: Delay loading nested types in type ...
David Blaikie via All-commits
all-commits at lists.llvm.org
Wed Dec 29 13:15:14 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f24dff357b61cfed50361a09560990bb5f31dee2
https://github.com/llvm/llvm-project/commit/f24dff357b61cfed50361a09560990bb5f31dee2
Author: David Blaikie <dblaikie at gmail.com>
Date: 2021-12-29 (Wed, 29 Dec 2021)
Changed paths:
M llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
Log Message:
-----------
DWARFVerifier: Delay loading nested types in type dumping to improve performance
Avoid trying to resolve nested types that may not be needed because the name is
already provided by the outer DIE.
More information about the All-commits
mailing list