[all-commits] [llvm/llvm-project] 4d9c08: [DWARFLinker][NFC] Add None value to the DwarfLink...

avl-llvm via All-commits all-commits at lists.llvm.org
Tue May 17 02:33:10 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4d9c083437f729df0c17980cf0ef36f943e9e0bf
      https://github.com/llvm/llvm-project/commit/4d9c083437f729df0c17980cf0ef36f943e9e0bf
  Author: Alexey Lapshin <a.v.lapshin at mail.ru>
  Date:   2022-05-17 (Tue, 17 May 2022)

  Changed paths:
    M llvm/docs/CommandGuide/dsymutil.rst
    M llvm/include/llvm/DWARFLinker/DWARFLinker.h
    M llvm/lib/DWARFLinker/DWARFLinker.cpp
    M llvm/test/tools/dsymutil/X86/accelerator.test
    M llvm/tools/dsymutil/LinkUtils.h
    M llvm/tools/dsymutil/Options.td
    M llvm/tools/dsymutil/dsymutil.cpp

  Log Message:
  -----------
  [DWARFLinker][NFC] Add None value to the DwarfLinkerAccelTableKind enum.

this review is extracted from D86539.

1. Rename AccelTableKind to DwarfLinkerAccelTableKind
   (to differentiate from AccelTableKind from CodeGen/AsmPrinter/DwarfDebug.h)

2. Add None value to the DwarfLinkerAccelTableKind.

3. added 'None' value for 'accelerator' option of dsymutil.

Differential Revision: https://reviews.llvm.org/D125474




More information about the All-commits mailing list