Skip to content
  • Dale Johannesen's avatar
    Recommitting EH patch; this should answer most of the · fd967cf3
    Dale Johannesen authored
    review feedback.
    -enable-eh is still accepted but doesn't do anything.
    EH intrinsics use Dwarf EH if the target supports that,
    and are handled by LowerInvoke otherwise.
    The separation of the EH table and frame move data is,
    I think, logically figured out, but either one still
    causes full EH info to be generated (not sure how to
    split the metadata correctly).
    MachineModuleInfo::needsFrameInfo is no longer used and
    is removed.
    
    llvm-svn: 49064
    fd967cf3
Loading