Go to file
Chris Lattner 919ad97c01 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
clang Implement -print-prog-name. Patch by Nuno Lopes. 2008-01-25 14:57:54 +00:00
llvm JITEmitter.cpp was trying to sync the icache for function stubs, but 2008-01-25 16:41:09 +00:00