r201801 - add a comment.
Adrian Prantl
aprantl at apple.com
Thu Feb 20 09:57:37 PST 2014
Author: adrian
Date: Thu Feb 20 11:57:37 2014
New Revision: 201801
URL: http://llvm.org/viewvc/llvm-project?rev=201801&view=rev
Log:
add a comment.
Modified:
cfe/trunk/test/lit.cfg
Modified: cfe/trunk/test/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/lit.cfg?rev=201801&r1=201800&r2=201801&view=diff
==============================================================================
--- cfe/trunk/test/lit.cfg (original)
+++ cfe/trunk/test/lit.cfg Thu Feb 20 11:57:37 2014
@@ -305,6 +305,7 @@ if not platform.system() in ['Windows']
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')
More information about the cfe-commits
mailing list