[PATCH] D98712: [Utils] Support lit-like substitutions in update_cc_test_checks
    Alexander Richardson via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Tue Mar 16 16:36:58 PDT 2021
    
    
  
arichardson added inline comments.
================
Comment at: llvm/utils/update_cc_test_checks.py:228
+      '%t' : tempfile.NamedTemporaryFile().name,
+      '%S' : os.getcwd(),
+    }
----------------
Shouldn't this be the directory containing the test? 
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98712/new/
https://reviews.llvm.org/D98712
    
    
More information about the cfe-commits
mailing list