[PATCH] D127778: [LTO][ELF] Add selective --save-temps= option
    Jin Xin Ng via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Jul  1 11:54:38 PDT 2022
    
    
  
Northbadge added inline comments.
================
Comment at: llvm/utils/lit/lit/TestRunner.py:1163
+                          ('%T', tmpDir),
+                          ('%\\\\', "^" if kIsWindows else "\\\\")])
 
----------------
MaskRay wrote:
> Don't introduce this unrelated change in this patch.
Yep, got that! I don't have access to a windows machine to test so I'm having the buildbots do it before splitting it off to a separate patch
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127778/new/
https://reviews.llvm.org/D127778
    
    
More information about the llvm-commits
mailing list