summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
Diffstat (limited to 'clang')
-rw-r--r--clang/test/lit.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/lit.cfg b/clang/test/lit.cfg
index f8202144113..80e56fd4a6d 100644
--- a/clang/test/lit.cfg
+++ b/clang/test/lit.cfg
@@ -305,6 +305,7 @@ 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 some of the debuginfo-tests.
if platform.system() in ['Darwin']:
config.available_features.add('system-darwin')
OpenPOWER on IntegriCloud