From: Yaron Keren Date: Sat, 25 Jul 2015 20:05:21 +0000 (+0000) Subject: Enable clang tests requiring "clang-driver" on mingw. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd581e0c560c276fae7d2e76f4d0ce51036bb5d4;p=clang Enable clang tests requiring "clang-driver" on mingw. At least on my mingw system they do pass, let's see what the bots think. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@243224 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/lit.cfg b/test/lit.cfg index 5713108efa..f78bb8749e 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -409,7 +409,7 @@ if not re.match(r'^x86_64.*-(win32|mingw32|windows-gnu)$', config.target_triple) config.available_features.add('LP64') # [PR12920] "clang-driver" -- set if gcc driver is not used. -if not re.match(r'.*-(cygwin|mingw32|windows-gnu)$', config.target_triple): +if not re.match(r'.*-(cygwin)$', config.target_triple): config.available_features.add('clang-driver') # [PR18856] Depends to remove opened file. On win32, a file could be removed