diff options
author | Oleksiy Vyalov <ovyalov@google.com> | 2015-05-08 23:54:34 +0000 |
---|---|---|
committer | Oleksiy Vyalov <ovyalov@google.com> | 2015-05-08 23:54:34 +0000 |
commit | a9ea07113c9fb7cbd04a137c134ecaeb0f01e6f9 (patch) | |
tree | 4f5b41b1ab8d871ef1868e0d503f5ca9c75b0ff2 /lldb/source/Utility/ModuleCache.h | |
parent | f54b73d681d6d65a75cbd887939a75d652dbc24e (diff) | |
download | bcm5719-llvm-a9ea07113c9fb7cbd04a137c134ecaeb0f01e6f9.tar.gz bcm5719-llvm-a9ea07113c9fb7cbd04a137c134ecaeb0f01e6f9.zip |
Use hard links to link sysroot files within ModuleCache.
http://reviews.llvm.org/D9587
llvm-svn: 236917
Diffstat (limited to 'lldb/source/Utility/ModuleCache.h')
-rw-r--r-- | lldb/source/Utility/ModuleCache.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lldb/source/Utility/ModuleCache.h b/lldb/source/Utility/ModuleCache.h index 644f53f7c97..791e2b35ae3 100644 --- a/lldb/source/Utility/ModuleCache.h +++ b/lldb/source/Utility/ModuleCache.h @@ -70,15 +70,6 @@ private: lldb::ModuleSP &cached_module_sp, bool *did_create_ptr); - static FileSpec - GetModuleDirectory (const FileSpec &root_dir_spec, const UUID &uuid); - - static FileSpec - GetHostSysRootModulePath (const FileSpec &root_dir_spec, const char *hostname, const FileSpec &platform_module_spec); - - static Error - CreateHostSysRootModuleSymLink (const FileSpec &sysroot_module_path_spec, const FileSpec &module_file_path); - std::unordered_map<std::string, lldb::ModuleWP> m_loaded_modules; }; |