[PATCH] D62608: [ARM64, COFF] Add CodeView register mapping

Tom Tan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 31 14:49:59 PDT 2019


TomTan updated this revision to Diff 202490.
TomTan marked an inline comment as done.
TomTan added a comment.

Remove unnecessary `const` and clean up.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D62608

Files:
  include/llvm/DebugInfo/CodeView/CodeView.h
  include/llvm/DebugInfo/CodeView/CodeViewRegisters.def
  include/llvm/DebugInfo/CodeView/EnumTables.h
  include/llvm/DebugInfo/PDB/PDBExtras.h
  include/llvm/DebugInfo/PDB/PDBTypes.h
  lib/DebugInfo/CodeView/EnumTables.cpp
  lib/DebugInfo/CodeView/SymbolDumper.cpp
  lib/DebugInfo/PDB/PDBExtras.cpp
  lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp
  test/DebugInfo/COFF/register-variables-arm64.ll
  tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  tools/llvm-pdbutil/PdbYaml.cpp
  tools/llvm-pdbutil/PrettyFunctionDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62608.202490.patch
Type: text/x-patch
Size: 39194 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190531/c7fa8964/attachment.bin>


More information about the llvm-commits mailing list