diff options
Diffstat (limited to 'test/ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll')
-rw-r--r-- | test/ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll b/test/ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll index 9f9370a971..4c69ff7a2c 100644 --- a/test/ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll +++ b/test/ExecutionEngine/MCJIT/test-global-init-nonzero-remote.ll @@ -1,5 +1,5 @@ ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit %s > /dev/null -; XFAIL: arm, mingw32 +; XFAIL: arm, mingw32, cygwin @count = global i32 1, align 4 |