1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/unittests/ExecutionEngine
Jeffrey Yasskin 2ef60bd58a Add an option to allocate JITed global data separately from code. By
default, this option is not enabled to support clients who rely on
this behavior.

Fixes http://llvm.org/PR4483

A patch to allocate additional memory for globals after we run out is
forthcoming.

Patch by Reid Kleckner!

llvm-svn: 75059
2009-07-08 21:59:57 +00:00
..
JIT Add an option to allocate JITed global data separately from code. By 2009-07-08 21:59:57 +00:00
Makefile Add a JITEventListener interface that gets called back when a new function is 2009-06-25 02:04:04 +00:00