File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
lldb/source/Plugins/Trace/intel-pt Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 48
48
#include " TraceIntelPTPropertiesEnum.inc"
49
49
};
50
50
51
- ConstString TraceIntelPT::PluginProperties::GetSettingName () {
52
- return ConstString ( TraceIntelPT::GetPluginNameStatic () );
51
+ llvm::StringRef TraceIntelPT::PluginProperties::GetSettingName () {
52
+ return TraceIntelPT::GetPluginNameStatic ();
53
53
}
54
54
55
55
TraceIntelPT::PluginProperties::PluginProperties () : Properties() {
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class TraceIntelPT : public Trace {
26
26
// / Properties to be used with the `settings` command.
27
27
class PluginProperties : public Properties {
28
28
public:
29
- static ConstString GetSettingName ();
29
+ static llvm::StringRef GetSettingName ();
30
30
31
31
PluginProperties ();
32
32
You can’t perform that action at this time.
0 commit comments