[all-commits] [llvm/llvm-project] 302b1b: Express PathMappingList::FindFile() in terms of Pa...
    adrian-prantl via All-commits 
    all-commits at lists.llvm.org
       
    Tue Jun 29 15:19:08 PDT 2021
    
    
  
  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 302b1b97180907011aae610b9f51d4b9186c9821
      https://github.com/llvm/llvm-project/commit/302b1b97180907011aae610b9f51d4b9186c9821
  Author: Adrian Prantl <aprantl at apple.com>
  Date:   2021-06-29 (Tue, 29 Jun 2021)
  Changed paths:
    M lldb/source/Target/PathMappingList.cpp
  Log Message:
  -----------
  Express PathMappingList::FindFile() in terms of PathMappingList::RemapPath()
NFC.
This patch replaces the function body FindFile() with a call to
RemapPath(), since the two functions implement the same functionality.
Differential Revision: https://reviews.llvm.org/D104406
    
    
More information about the All-commits
mailing list