r201800 - Revert "Remove dead option."
Adrian Prantl
aprantl at apple.com
Thu Feb 20 09:53:17 PST 2014
Author: adrian
Date: Thu Feb 20 11:53:17 2014
New Revision: 201800
URL: http://llvm.org/viewvc/llvm-project?rev=201800&view=rev
Log:
Revert "Remove dead option."
Some tests in debuginfo-tests require the system-darwin feature.
This reverts commit 179670.
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=201800&r1=201799&r2=201800&view=diff
==============================================================================
--- cfe/trunk/test/lit.cfg (original)
+++ cfe/trunk/test/lit.cfg Thu Feb 20 11:53:17 2014
@@ -304,6 +304,10 @@ if execute_external:
if not platform.system() in ['Windows'] or not execute_external:
config.available_features.add('shell-preserves-root')
+# For tests that require Darwin to run.
+if platform.system() in ['Darwin']:
+ config.available_features.add('system-darwin')
+
# ANSI escape sequences in non-dumb terminal
if platform.system() not in ['Windows']:
config.available_features.add('ansi-escape-sequences')
More information about the cfe-commits
mailing list