[all-commits] [llvm/llvm-project] 3f3680: DWARFVerifier: Simplify name lookups
David Blaikie via All-commits
all-commits at lists.llvm.org
Fri Nov 19 12:33:16 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3f3680dff3e72881bd89241fe512ec8138edbc70
https://github.com/llvm/llvm-project/commit/3f3680dff3e72881bd89241fe512ec8138edbc70
Author: David Blaikie <dblaikie at gmail.com>
Date: 2021-11-19 (Fri, 19 Nov 2021)
Changed paths:
M llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
Log Message:
-----------
DWARFVerifier: Simplify name lookups
No need to use the dynamic fallback query when the name type is known
statically at the call site.
More information about the All-commits
mailing list