diff options
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll')
-rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll b/llvm/test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll index b6958f6fb0c..220eb2d01b9 100644 --- a/llvm/test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll +++ b/llvm/test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll @@ -1,5 +1,5 @@ ; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit -O0 -disable-lazy-compilation=false %s -; XFAIL: arm, mingw32 +; XFAIL: arm, mingw32, cygwin ; The intention of this test is to verify that symbols mapped to COMMON in ELF ; work as expected. |