summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYaron Keren <yaron.keren@gmail.com>2015-07-15 20:41:28 +0000
committerYaron Keren <yaron.keren@gmail.com>2015-07-15 20:41:28 +0000
commit47bfc19f29eb0abda912915432d8b3f9d116882c (patch)
tree29cd25c3f5110c8f6cf19eff755c799c5e2bcbc2
parenta61bb64dcfdf95c2c8634889f1366bcbb4d591f2 (diff)
downloadbcm5719-llvm-47bfc19f29eb0abda912915432d8b3f9d116882c.tar.gz
bcm5719-llvm-47bfc19f29eb0abda912915432d8b3f9d116882c.zip
Finally, with no users for shell-preserves-root, remove it from lit.cfg.
llvm-svn: 242329
-rw-r--r--clang/test/lit.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/test/lit.cfg b/clang/test/lit.cfg
index f853b3f7db4..5713108efa8 100644
--- a/clang/test/lit.cfg
+++ b/clang/test/lit.cfg
@@ -350,10 +350,6 @@ if platform.system() not in ['FreeBSD']:
if execute_external:
config.available_features.add('shell')
-# Exclude MSYS due to transforming '/' to 'X:/mingwroot/'.
-if not platform.system() in ['Windows'] or not execute_external:
- config.available_features.add('shell-preserves-root')
-
# For tests that require Darwin to run.
# This is used by debuginfo-tests/*block*.m and debuginfo-tests/foreach.m.
if platform.system() in ['Darwin']:
OpenPOWER on IntegriCloud