[PATCH] D157459: Make DWARFContext more thread safe.

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 1 12:23:05 PDT 2023


clayborg updated this revision to Diff 555455.
clayborg added a comment.

- Rename single threaded DWARFContextState to ThreadUnsafeState
- Move default paramter for DWARFContext and DWARFContext::create functions to the end
- Rename EnableMultiThreading to ThreadSafe


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157459/new/

https://reviews.llvm.org/D157459

Files:
  llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h
  llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
  llvm/tools/llvm-gsymutil/llvm-gsymutil.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157459.555455.patch
Type: text/x-patch
Size: 58155 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230901/bc0f13eb/attachment.bin>


More information about the llvm-commits mailing list