This is an archive of the discontinued LLVM Phabricator instance.

[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

Repository
rL LLVM

Event Timeline

JDevlieghere created this revision.May 29 2018, 7:10 AM
zturner accepted this revision.May 29 2018, 7:15 AM
This revision is now accepted and ready to land.May 29 2018, 7:15 AM
This revision was automatically updated to reflect the committed changes.