this review is extracted from D86539.
- Rename AccelTableKind to DwarfLinkerAccelTableKind (to differentiate from AccelTableKind from CodeGen/AsmPrinter/DwarfDebug.h)
- Add None value to the DwarfLinkerAccelTableKind.
Paths
| Differential D125474
[DWARFLinker][NFC] Add None value to the DwarfLinkerAccelTableKind enum. ClosedPublic Authored by avl on May 12 2022, 9:46 AM.
Details Summary this review is extracted from D86539.
Diff Detail
Event Timeline
This revision is now accepted and ready to land.May 16 2022, 3:31 PM This revision was landed with ongoing or failed builds.May 17 2022, 2:33 AM Closed by commit rG4d9c083437f7: [DWARFLinker][NFC] Add None value to the DwarfLinkerAccelTableKind enum. (authored by avl). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 429975 llvm/docs/CommandGuide/dsymutil.rst
llvm/include/llvm/DWARFLinker/DWARFLinker.h
llvm/lib/DWARFLinker/DWARFLinker.cpp
llvm/test/tools/dsymutil/X86/accelerator.test
llvm/tools/dsymutil/LinkUtils.h
llvm/tools/dsymutil/Options.td
llvm/tools/dsymutil/dsymutil.cpp
|
Nit: llvm style guide says comments need to be sentences starting with an uppercase letter.