Author: Sam McCall
Date: 2022-03-10T23:20:03+01:00
New Revision: 6ed2f8902b8f109ead47e20a519860c803900d29

URL: 
https://github.com/llvm/llvm-project/commit/6ed2f8902b8f109ead47e20a519860c803900d29
DIFF: 
https://github.com/llvm/llvm-project/commit/6ed2f8902b8f109ead47e20a519860c803900d29.diff

LOG: Fix reference to execute_external leftover in 69924ccf7a328f

Added: 
    

Modified: 
    clang-tools-extra/test/lit.cfg.py

Removed: 
    


################################################################################
diff  --git a/clang-tools-extra/test/lit.cfg.py 
b/clang-tools-extra/test/lit.cfg.py
index 5c3934fb0b162..820914b51f15e 100644
--- a/clang-tools-extra/test/lit.cfg.py
+++ b/clang-tools-extra/test/lit.cfg.py
@@ -83,7 +83,7 @@
 #
 
 # Exclude MSYS due to transforming '/' to 'X:/mingwroot/'.
-if not platform.system() in ['Windows'] or not execute_external:
+if not platform.system() in ['Windows'] or llvm_config.use_lit_shell:
     config.available_features.add('shell-preserves-root')
 
 # ANSI escape sequences in non-dumb terminal


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to