[PATCH] D47478: [CodeView] Add prefix to CodeView registers.

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 29 07:10:31 PDT 2018


JDevlieghere created this revision.
JDevlieghere added reviewers: zturner, hans, rnk.
Herald added a subscriber: hiraditya.

Adds `CVReg` to CodeView register names to prevent a duplicate symbol with `CR3` defined in `termios.h`, as suggested by Zachary on the mailing list.

http://lists.llvm.org/pipermail/llvm-dev/2018-May/123372.html


Repository:
  rL LLVM

https://reviews.llvm.org/D47478

Files:
  llvm/include/llvm/DebugInfo/CodeView/CodeViewRegisters.def
  llvm/lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
  llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47478.148903.patch
Type: text/x-patch
Size: 24485 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180529/66bca0b2/attachment.bin>


More information about the llvm-commits mailing list