summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorYaron Keren <yaron.keren@gmail.com>2015-07-25 20:05:21 +0000
committerYaron Keren <yaron.keren@gmail.com>2015-07-25 20:05:21 +0000
commit640e7c99ccc4b39e23590eb31f7bd4c619af277e (patch)
tree2930e306a7fc6f35813500d663cf22463ba50fcd /clang
parent357b85c9267cbf5b8355dfcda4630cccea03619b (diff)
downloadbcm5719-llvm-640e7c99ccc4b39e23590eb31f7bd4c619af277e.tar.gz
bcm5719-llvm-640e7c99ccc4b39e23590eb31f7bd4c619af277e.zip
Enable clang tests requiring "clang-driver" on mingw.
At least on my mingw system they do pass, let's see what the bots think. llvm-svn: 243224
Diffstat (limited to 'clang')
-rw-r--r--clang/test/lit.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/lit.cfg b/clang/test/lit.cfg
index 5713108efa8..f78bb8749ef 100644
--- a/clang/test/lit.cfg
+++ b/clang/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
OpenPOWER on IntegriCloud