[PATCH] D140791: [DWARFLinkerNext] Add simple list with thread safe insertions.

Alexey Lapshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 30 16:16:58 PST 2022


avl created this revision.
avl added reviewers: JDevlieghere, clayborg, aprantl, dblaikie.
Herald added a subscriber: mgrang.
Herald added a project: All.
avl requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch is extracted from D96035 <https://reviews.llvm.org/D96035>. It adds simple list class.
The list allows thread safe insertions. List items should be allocated
and deleted outside the list.

Depends on D140787 <https://reviews.llvm.org/D140787>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D140791

Files:
  llvm/include/llvm/DWARFLinkerNext/List.h
  llvm/unittests/CMakeLists.txt
  llvm/unittests/DWARFLinkerNext/CMakeLists.txt
  llvm/unittests/DWARFLinkerNext/ListTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140791.485731.patch
Type: text/x-patch
Size: 7186 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221231/e606e2af/attachment.bin>


More information about the llvm-commits mailing list