summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/lit.local.cfg
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2016-07-19 13:35:11 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2016-07-19 13:35:11 +0000
commite9278418483900f9435104e9fff13d5425bcfe27 (patch)
treebf2625b38dc26de4174c0039f675e0f232795741 /test/CodeGen/AArch64/lit.local.cfg
parent3c626683b7f061b456cf89c90f1c3c421e7379f9 (diff)
[AARCH64] Enable AARCH64 lit tests on windows dev machines
As discussed on PR27654, this patch fixes the triples of a lot of aarch64 tests and enables lit tests on windows This will hopefully help stop cases where windows developers break the aarch64 target Differential Revision: https://reviews.llvm.org/D22191 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275973 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/AArch64/lit.local.cfg')
-rw-r--r--test/CodeGen/AArch64/lit.local.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/CodeGen/AArch64/lit.local.cfg b/test/CodeGen/AArch64/lit.local.cfg
index f4f77c5aa31..ee7a56fb7fc 100644
--- a/test/CodeGen/AArch64/lit.local.cfg
+++ b/test/CodeGen/AArch64/lit.local.cfg
@@ -2,7 +2,3 @@ import re
if not 'AArch64' in config.root.targets:
config.unsupported = True
-
-# For now we don't test arm64-win32.
-if re.search(r'cygwin|mingw32|win32|windows-gnu|windows-msvc', config.target_triple):
- config.unsupported = True