diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-03-18 22:48:41 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-03-18 22:48:41 +0000 |
commit | 7b162490fd864c6e59a0f16c0c76f94cc80952d2 (patch) | |
tree | 3f83bb90b1e805f1390f12f64b51ec43c905e9fd /lldb/source/Commands/CommandObjectFrame.cpp | |
parent | 599cb8e4302a8718df0309147fdf6f64c3e2172d (diff) | |
download | llvm-7b162490fd864c6e59a0f16c0c76f94cc80952d2.zip llvm-7b162490fd864c6e59a0f16c0c76f94cc80952d2.tar.gz llvm-7b162490fd864c6e59a0f16c0c76f94cc80952d2.tar.bz2 |
Beginnings of MC-JIT code generation.
Proof-of-concept code that code-gens a module to an in-memory MachO object.
This will be hooked up to a run-time dynamic linker library (see: llvm-rtdyld
for similarly conceptual work for that part) which will take the compiled
object and link it together with the rest of the system, providing back to the
JIT a table of available symbols which will be used to respond to the
getPointerTo*() queries.
llvm-svn: 127916
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
0 files changed, 0 insertions, 0 deletions