[COFF, ARM64] Fix CodeView API change for getRegisterNames
authorTom Tan <Tom.Tan@microsoft.com>
Mon, 3 Jun 2019 00:48:16 +0000 (00:48 +0000)
committerTom Tan <Tom.Tan@microsoft.com>
Mon, 3 Jun 2019 00:48:16 +0000 (00:48 +0000)
commit382320ea025ff5c2c4d54389c822c6b817d67d4a
tree846184ca023960b8e51dc92ed2487c0dc415c8ee
parent38f11825d18eab5bc140f891dc4c024e45283a90
[COFF, ARM64] Fix CodeView API change for getRegisterNames

Change rL362280 changed CodeView API getRegisterNames() by adding an input
parameter in CPUType. It is called in LLDB and needs to be updated.

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

llvm-svn: 362349
lldb/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.cpp