diff options
Diffstat (limited to 'lldb/source/Target/Platform.cpp')
-rw-r--r-- | lldb/source/Target/Platform.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lldb/source/Target/Platform.cpp b/lldb/source/Target/Platform.cpp index 6772abf00be..86ef2a022ea 100644 --- a/lldb/source/Target/Platform.cpp +++ b/lldb/source/Target/Platform.cpp @@ -89,6 +89,12 @@ Platform::GetFile (const FileSpec &platform_file, return Error(); } +FileSpec +Platform::LocateExecutableScriptingResource (const ModuleSpec &module_spec) +{ + return FileSpec(); +} + Error Platform::GetSharedModule (const ModuleSpec &module_spec, ModuleSP &module_sp, |