[PATCH] D103014: [lit] Make LLVM_LIT_PATH_FUNCTION to use pathlib
    Michael Kruse via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Jun  1 18:59:53 PDT 2021
    
    
  
Meinersbur added a comment.
Besides the switch from os.path to pathlib, is the change to first build the path, then to resolve it (instead of first using abspath to resolve it, then concat the path) intentional?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103014/new/
https://reviews.llvm.org/D103014
    
    
More information about the llvm-commits
mailing list