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
Paths
| Differential D47478
[CodeView] Add prefix to CodeView registers. ClosedPublic Authored by JDevlieghere on May 29 2018, 7:10 AM.
Details Summary 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
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 29 2018, 7:15 AM Closed by commit rL333421: [CodeView] Add prefix to CodeView registers. (authored by JDevlieghere). · Explain WhyMay 29 2018, 7:39 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 148908 llvm/trunk/include/llvm/DebugInfo/CodeView/CodeViewRegisters.def
llvm/trunk/lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp
llvm/trunk/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
llvm/trunk/test/DebugInfo/COFF/fp-stack.ll
llvm/trunk/test/DebugInfo/COFF/local-variable-gap.ll
llvm/trunk/test/DebugInfo/COFF/local-variables.ll
llvm/trunk/test/DebugInfo/COFF/pieces.ll
llvm/trunk/test/DebugInfo/COFF/register-variables.ll
llvm/trunk/test/DebugInfo/COFF/types-array.ll
llvm/trunk/test/DebugInfo/X86/dbg-declare-inalloca.ll
llvm/trunk/test/MC/COFF/cv-def-range-gap.s
llvm/trunk/unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
|