summaryrefslogtreecommitdiffstats
path: root/llvm/test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll
diff options
context:
space:
mode:
authorTim Northover <t.p.northover@gmail.com>2013-05-19 15:28:16 +0000
committerTim Northover <t.p.northover@gmail.com>2013-05-19 15:28:16 +0000
commit77d0a4ac626bc56e31a83dfe410114f88b95ee5d (patch)
treeb127911bc31150b0ce1e1250c7be15b5297befa5 /llvm/test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll
parent1dbf9a236ffaec9db9d3e08295367cdead59f288 (diff)
downloadbcm5719-llvm-77d0a4ac626bc56e31a83dfe410114f88b95ee5d.tar.gz
bcm5719-llvm-77d0a4ac626bc56e31a83dfe410114f88b95ee5d.zip
Invalidate instruction cache when setting memory to be executable.
lli's remote MCJIT code calls setExecutable just prior to running code. In line with Darwin behaviour this seems to be the place to invalidate any caches needed so that relocations can take effect properly. llvm-svn: 182213
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll')
-rw-r--r--llvm/test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll b/llvm/test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll
index 9daf1684de8..874eeae2069 100644
--- a/llvm/test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll
+++ b/llvm/test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll
@@ -1,5 +1,5 @@
; RUN: %lli_mcjit -remote-mcjit -O0 %s
-; XFAIL: armv7, mips
+; XFAIL: mips
; Check that a variable is always aligned as specified.
OpenPOWER on IntegriCloud