summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2014-02-20 17:57:37 +0000
committerAdrian Prantl <aprantl@apple.com>2014-02-20 17:57:37 +0000
commit259c617888208494ca017b22e384230c2344cf8b (patch)
tree75a999bd9c61f1b98c96225b159a5b5dfee295ad /clang
parent4e2292eb1e7ac972a55dacf38e9cb0d3308396cc (diff)
downloadbcm5719-llvm-259c617888208494ca017b22e384230c2344cf8b.tar.gz
bcm5719-llvm-259c617888208494ca017b22e384230c2344cf8b.zip
add a comment.
llvm-svn: 201801
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