1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib/ExecutionEngine
Chris Lattner 00ead854ef 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
2008-01-25 16:41:09 +00:00
..
Interpreter Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
JIT JITEmitter.cpp was trying to sync the icache for function stubs, but 2008-01-25 16:41:09 +00:00
ExecutionEngine.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
ExecutionEngineBindings.cpp I doubt the address of the Error string was intended 2008-01-07 19:14:42 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00