[all-commits] [llvm/llvm-project] 51892a: [COFF][ARM] Fix CodeView for Windows on 32bit ARM ...
Luqman Aden via All-commits
all-commits at lists.llvm.org
Mon Oct 19 22:17:22 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 51892a42dac55558f7dbec80ced570e72ff387c4
https://github.com/llvm/llvm-project/commit/51892a42dac55558f7dbec80ced570e72ff387c4
Author: Luqman Aden <me at luqman.ca>
Date: 2020-10-19 (Mon, 19 Oct 2020)
Changed paths:
M llvm/include/llvm/DebugInfo/CodeView/CodeViewRegisters.def
M llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
M llvm/lib/DebugInfo/CodeView/EnumTables.cpp
M llvm/lib/DebugInfo/PDB/PDBExtras.cpp
M llvm/lib/ObjectYAML/CodeViewYAMLSymbols.cpp
M llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp
M llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp
M llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
M llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h
A llvm/test/DebugInfo/COFF/ARMNT/arm-register-variables.ll
A llvm/test/DebugInfo/COFF/ARMNT/lit.local.cfg
M llvm/tools/llvm-pdbutil/MinimalSymbolDumper.cpp
Log Message:
-----------
[COFF][ARM] Fix CodeView for Windows on 32bit ARM targets.
Create the LLVM / CodeView register mappings for the 32-bit ARM Window targets.
Reviewed By: compnerd
Differential Revision: https://reviews.llvm.org/D89622
More information about the All-commits
mailing list