summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTamas Berghammer <tberghammer@google.com>2016-09-15 08:47:59 +0000
committerTamas Berghammer <tberghammer@google.com>2016-09-15 08:47:59 +0000
commit2cc4e3e04e2201d9404eae3e4e8c877c4e38ba13 (patch)
tree243e6a143403233f0c24041db16795d522352682
parent1b3742eb8fef1877cbc103c43b4a01c08f5f6822 (diff)
downloadbcm5719-llvm-2cc4e3e04e2201d9404eae3e4e8c877c4e38ba13.tar.gz
bcm5719-llvm-2cc4e3e04e2201d9404eae3e4e8c877c4e38ba13.zip
Try to fix windows build after rL281569
llvm-svn: 281594
-rw-r--r--lldb/include/lldb/Breakpoint/BreakpointOptions.h2
-rw-r--r--lldb/include/lldb/Breakpoint/BreakpointResolver.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lldb/include/lldb/Breakpoint/BreakpointOptions.h b/lldb/include/lldb/Breakpoint/BreakpointOptions.h
index 97de7717911..c7763bd7b44 100644
--- a/lldb/include/lldb/Breakpoint/BreakpointOptions.h
+++ b/lldb/include/lldb/Breakpoint/BreakpointOptions.h
@@ -61,7 +61,7 @@ public:
static const char
*g_option_names[static_cast<uint32_t>(OptionNames::LastOptionName)];
- static const char *GetKey(enum OptionNames enum_value) {
+ static const char *GetKey(OptionNames enum_value) {
return g_option_names[static_cast<uint32_t>(enum_value)];
}
};
diff --git a/lldb/include/lldb/Breakpoint/BreakpointResolver.h b/lldb/include/lldb/Breakpoint/BreakpointResolver.h
index a33b31d9345..93e1658e7e6 100644
--- a/lldb/include/lldb/Breakpoint/BreakpointResolver.h
+++ b/lldb/include/lldb/Breakpoint/BreakpointResolver.h
@@ -222,7 +222,7 @@ protected:
*g_option_names[static_cast<uint32_t>(OptionNames::LastOptionName)];
public:
- static const char *GetKey(enum OptionNames enum_value) {
+ static const char *GetKey(OptionNames enum_value) {
return g_option_names[static_cast<uint32_t>(enum_value)];
}
OpenPOWER on IntegriCloud