]> granicus.if.org Git - clang/commitdiff
Clarify comment.
authorAdrian Prantl <aprantl@apple.com>
Thu, 20 Feb 2014 19:51:46 +0000 (19:51 +0000)
committerAdrian Prantl <aprantl@apple.com>
Thu, 20 Feb 2014 19:51:46 +0000 (19:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201807 91177308-0d34-0410-b5e6-96231b3b80d8

test/lit.cfg

index 80e56fd4a6d9537724f42df87094a8dbff814455..cb3ea5c53a47d7fbd18fa76c46f03aefa937febe 100644 (file)
@@ -305,7 +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.
+# This is used by debuginfo-tests/*block*.m and debuginfo-tests/foreach.m.
 if platform.system() in ['Darwin']:
     config.available_features.add('system-darwin')