[PATCH] D89622: [COFF][ARM] Fix CodeView for Windows on 32bit ARM targets.

Luqman Aden via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 17 05:00:11 PDT 2020


luqmana created this revision.
luqmana added reviewers: compnerd, TomTan, rnk.
Herald added subscribers: llvm-commits, danielkiss, hiraditya, kristof.beyls.
Herald added a project: LLVM.
luqmana requested review of this revision.

Create the LLVM / CodeView register mappings for the 32-bit ARM Window targets.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D89622

Files:
  llvm/include/llvm/DebugInfo/CodeView/CodeViewRegisters.def
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/lib/DebugInfo/CodeView/EnumTables.cpp
  llvm/lib/DebugInfo/PDB/PDBExtras.cpp
  llvm/lib/ObjectYAML/CodeViewYAMLSymbols.cpp
  llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp
  llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
  llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
  llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h
  llvm/test/DebugInfo/COFF/ARMNT/arm-register-variables.ll
  llvm/test/DebugInfo/COFF/ARMNT/lit.local.cfg
  llvm/tools/llvm-pdbutil/MinimalSymbolDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89622.298823.patch
Type: text/x-patch
Size: 21936 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201017/51fd19c8/attachment.bin>


More information about the llvm-commits mailing list