[all-commits] [llvm/llvm-project] 2a9f02: [LLVM][DWARF] Create thread safe context for DWO/D...
Alexander Yermolovich via All-commits
all-commits at lists.llvm.org
Tue Oct 10 06:53:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2a9f02b709f7d0adea9be84798ba7a07cb042d15
https://github.com/llvm/llvm-project/commit/2a9f02b709f7d0adea9be84798ba7a07cb042d15
Author: Alexander Yermolovich <43973793+ayermolo at users.noreply.github.com>
Date: 2023-10-10 (Tue, 10 Oct 2023)
Changed paths:
M llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h
M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
Log Message:
-----------
[LLVM][DWARF] Create thread safe context for DWO/DWP DWARFContext (#68262)
Right now DWARFContext for DWO/DWP that is created is not thread safe.
Changed it so that thread safety is inherited from the main
binary DWARFContext.
More information about the All-commits
mailing list