Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam McCall <sam.mccall@gmail.com>2022-03-11 01:20:03 +0300
committerSam McCall <sam.mccall@gmail.com>2022-03-11 01:20:03 +0300
commit6ed2f8902b8f109ead47e20a519860c803900d29 (patch)
treeb4b94139a06daae7607aa63488150f23057e6a8a /clang-tools-extra
parent69924ccf7a328f5f9bcc7073f38fa608a0dbfe2c (diff)
Fix reference to execute_external leftover in 69924ccf7a328f
Diffstat (limited to 'clang-tools-extra')
-rw-r--r--clang-tools-extra/test/lit.cfg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/test/lit.cfg.py b/clang-tools-extra/test/lit.cfg.py
index 5c3934fb0b16..820914b51f15 100644
--- a/clang-tools-extra/test/lit.cfg.py
+++ b/clang-tools-extra/test/lit.cfg.py
@@ -83,7 +83,7 @@ config.available_features.add('crash-recovery')
#
# 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