[Lldb-commits] [PATCH] D153726: [lldb] Avoid FileSystem::Resolve for cached files in the SourceManager
    Alex Langford via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Mon Jun 26 11:23:19 PDT 2023
    
    
  
bulbazord added inline comments.
================
Comment at: lldb/source/Host/common/FileSystem.cpp:230
   SmallString<128> resolved(path.begin(), path.end());
   StandardTildeExpressionResolver Resolver;
+  m_tilde_resolver->ResolveFullPath(llvm::StringRef(path.begin(), path.size()),
----------------
nit: Unused `Resolver`.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153726/new/
https://reviews.llvm.org/D153726
    
    
More information about the lldb-commits
mailing list