diff options
| author | Adrian Prantl <aprantl@apple.com> | 2014-02-20 17:53:17 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2014-02-20 17:53:17 +0000 |
| commit | 4e2292eb1e7ac972a55dacf38e9cb0d3308396cc (patch) | |
| tree | 9b5cfa981919eefe8b98898a6986c2ad38feac19 /clang | |
| parent | ee9808dfdfc549eef77383bb436d49fbf891e497 (diff) | |
| download | bcm5719-llvm-4e2292eb1e7ac972a55dacf38e9cb0d3308396cc.tar.gz bcm5719-llvm-4e2292eb1e7ac972a55dacf38e9cb0d3308396cc.zip | |
Revert "Remove dead option."
Some tests in debuginfo-tests require the system-darwin feature.
This reverts commit 179670.
llvm-svn: 201800
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/test/lit.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/lit.cfg b/clang/test/lit.cfg index b75b4bcf3c9..f8202144113 100644 --- a/clang/test/lit.cfg +++ b/clang/test/lit.cfg @@ -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') |

