summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ModuleManager.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2014-11-21 02:00:21 +0000
committerZachary Turner <zturner@google.com>2014-11-21 02:00:21 +0000
commit7f013bcd60f500cb58d400f7a4ced9496fbebfff (patch)
tree1852afff8829f5166026541b875f13cfa569c4e4 /clang/lib/Serialization/ModuleManager.cpp
parentb2dd9529eb56c476a27cd5d40437ae9fa766c3a7 (diff)
downloadbcm5719-llvm-7f013bcd60f500cb58d400f7a4ced9496fbebfff.tar.gz
bcm5719-llvm-7f013bcd60f500cb58d400f7a4ced9496fbebfff.zip
Rename lldb registers to contain lldb_ prefix.
LLDB supports many different register numbering schemes, and these are typically prefixed with an indicator that lets the user know what numbering scheme is used. The gcc numbering scheme is prefixed with gcc, and there are similar ones for dwarf, gdb, and gcc_dwarf. LLDB also contains its own internal numbering scheme, but the enum for LLDB's numbering scheme was prefixed differently. This patch changes the names of these enums to use the same naming scheme for the enum values as the rest of the register kinds by removing gpr_ and fpu_ prefixes, and instead using lldb_ prefixes for all enum values. Differential Revision: http://reviews.llvm.org/D6351 Reviewed by: Greg Clayton llvm-svn: 222495
Diffstat (limited to 'clang/lib/Serialization/ModuleManager.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud