diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-10-03 01:42:37 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-10-03 01:42:37 +0000 |
commit | 44a1fd48435a679d1ca73c884ff82307f463f16d (patch) | |
tree | ccef0d9c0a7bc3def338570ce9937ba0b57851dd /test/ExecutionEngine | |
parent | de2fae4c7bfaedb95705b272015592895e05fd9c (diff) |
test/ExecutionEngine/MCJIT: MCJIT should work also on mingw.
FIXME: Also cygwin?
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165081 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine')
-rw-r--r-- | test/ExecutionEngine/MCJIT/lit.local.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/MCJIT/lit.local.cfg b/test/ExecutionEngine/MCJIT/lit.local.cfg index 985496ffde..420d9551bd 100644 --- a/test/ExecutionEngine/MCJIT/lit.local.cfg +++ b/test/ExecutionEngine/MCJIT/lit.local.cfg @@ -16,5 +16,5 @@ else: if root.host_arch not in ['x86', 'x86_64', 'ARM', 'Mips']: config.unsupported = True -if root.host_os in ['Cygwin', 'MingW', 'Darwin']: +if root.host_os in ['Cygwin', 'Darwin']: config.unsupported = True |