Skip to content
  • Jim Grosbach's avatar
    MachO file loader and execution utility. · 0072cdbc
    Jim Grosbach authored
    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
    0072cdbc
Loading