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 4848#include " TraceIntelPTPropertiesEnum.inc"
4949};
5050
51- ConstString TraceIntelPT::PluginProperties::GetSettingName () {
52- return ConstString ( TraceIntelPT::GetPluginNameStatic () );
51+ llvm::StringRef TraceIntelPT::PluginProperties::GetSettingName () {
52+ return TraceIntelPT::GetPluginNameStatic ();
5353}
5454
5555TraceIntelPT::PluginProperties::PluginProperties () : Properties() {
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class TraceIntelPT : public Trace {
2626 // / Properties to be used with the `settings` command.
2727 class PluginProperties : public Properties {
2828 public:
29- static ConstString GetSettingName ();
29+ static llvm::StringRef GetSettingName ();
3030
3131 PluginProperties ();
3232
You can’t perform that action at this time.
0 commit comments