[all-commits] [llvm/llvm-project] 23bb55: DWARFVerifier: Change vector of IntervalMap to vec...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Wed May 25 11:01:19 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 23bb550eeba48651964ffeb0c8a061ac99b91034
https://github.com/llvm/llvm-project/commit/23bb550eeba48651964ffeb0c8a061ac99b91034
Author: Krzysztof Parzyszek <kparzysz at quicinc.com>
Date: 2022-05-25 (Wed, 25 May 2022)
Changed paths:
M llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
Log Message:
-----------
DWARFVerifier: Change vector of IntervalMap to vector of unique_ptrs
This is a workaround for compilation issue on FreeBSD. See comments in
https://reviews.llvm.org/rG0d8cb8b399ad for more information.
This fixes https://github.com/llvm/llvm-project/issues/55414.
Differential Revision: https://reviews.llvm.org/D125611
More information about the All-commits
mailing list