diff options
Diffstat (limited to 'test/ExecutionEngine/test-common-symbols.ll')
-rw-r--r-- | test/ExecutionEngine/test-common-symbols.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ExecutionEngine/test-common-symbols.ll b/test/ExecutionEngine/test-common-symbols.ll index 52ce7d1f60..4dd926512a 100644 --- a/test/ExecutionEngine/test-common-symbols.ll +++ b/test/ExecutionEngine/test-common-symbols.ll @@ -1,6 +1,5 @@ ; RUN: %lli -O0 -disable-lazy-compilation=false %s ; XFAIL: arm -; XFAIL: mcjit ; The intention of this test is to verify that symbols mapped to COMMON in ELF ; work as expected. |