Skip to content
  • Greg Clayton's avatar
    Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their · 31f1d2f5
    Greg Clayton authored
    respective ABI plugins as they were plug-ins that supplied ABI specfic info.
    
    Also hookep up the UnwindAssemblyInstEmulation so that it can generate the
    unwind plans for ARM.
    
    Changed the way ABI plug-ins are handed out when you get an instance from
    the plug-in manager. They used to return pointers that would be mananged
    individually by each client that requested them, but now they are handed out
    as shared pointers since there is no state in the ABI objects, they can be
    shared.
    
    llvm-svn: 131193
    31f1d2f5
Loading