[all-commits] [llvm/llvm-project] ab9d50: [DWARF][Verifier][NFC] Use reference to DWARFAddre...
avl-llvm via All-commits
all-commits at lists.llvm.org
Thu Aug 19 06:25:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ab9d506be36eb48f60d982ecbf8636f4b43a3399
https://github.com/llvm/llvm-project/commit/ab9d506be36eb48f60d982ecbf8636f4b43a3399
Author: Alexey Lapshin <a.v.lapshin at mail.ru>
Date: 2021-08-19 (Thu, 19 Aug 2021)
Changed paths:
M llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
Log Message:
-----------
[DWARF][Verifier][NFC] Use reference to DWARFAddressRangesVector to avoid copying.
Avoid copying while access to RangesOrError.get().
More information about the All-commits
mailing list