| commit | 0072cdbc5089331daaaa041fd4239a7a05208ba5 | [log] [tgz] |
|---|---|---|
| author | Jim Grosbach <grosbach@apple.com> | Fri Mar 18 17:11:39 2011 +0000 |
| committer | Jim Grosbach <grosbach@apple.com> | Fri Mar 18 17:11:39 2011 +0000 |
| tree | 19b757fef25479a04e2f2f41eb36834b22efb196 | |
| parent | 1c4b42d00f8cad70582e9afc6d1dbdab8253e2ab [diff] |
MachO file loader and execution utility. Add a bone-simple utility to load a MachO object into memory, look for a function (main) in it, and run that function directly. This will be used as a test and development platform for MC-JIT work regarding symbol resolution, dynamic lookup, etc.. Code by Daniel Dunbar. llvm-svn: 127885