Skip to content
Commit 919ad97c authored by Chris Lattner's avatar Chris Lattner
Browse files

JITEmitter.cpp was trying to sync the icache for function stubs, but

was actually passing a completely incorrect size to sys_icache_invalidate.
Instead of having the JITEmitter do this (which doesn't have the correct 
size), just make the target sync its own stubs.

llvm-svn: 46354
parent d145ac0b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment