forked from OSchip/llvm-project
Fix reference to execute_external leftover in 69924ccf7a
This commit is contained in:
parent
69924ccf7a
commit
6ed2f8902b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue