[PATCH] D125474: [DWARFLinker][NFC] Add None value to the DwarfLinkerAccelTableKind enum.
Alexey Lapshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 12 09:46:19 PDT 2022
avl created this revision.
avl added reviewers: JDevlieghere, aprantl, clayborg.
Herald added a subscriber: hiraditya.
Herald added a project: All.
avl requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
this review is extracted from D86539 <https://reviews.llvm.org/D86539>.
1. Rename AccelTableKind to DwarfLinkerAccelTableKind (to differentiate from AccelTableKind from CodeGen/AsmPrinter/DwarfDebug.h)
2. Add None value to the DwarfLinkerAccelTableKind.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D125474
Files:
llvm/include/llvm/DWARFLinker/DWARFLinker.h
llvm/lib/DWARFLinker/DWARFLinker.cpp
llvm/tools/dsymutil/LinkUtils.h
llvm/tools/dsymutil/dsymutil.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125474.428980.patch
Type: text/x-patch
Size: 6406 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220512/67678c54/attachment.bin>
More information about the llvm-commits
mailing list