Skip to content
  • Reid Kleckner's avatar
    f12c030f
    [WinEH] Add 32-bit SEH state table emission prototype · f12c030f
    Reid Kleckner authored
    This gets all the handler info through to the asm printer and we can
    look at the .xdata tables now. I've convinced one small catch-all test
    case to work, but other than that, it would be a stretch to say this is
    functional.
    
    The state numbering algorithm avoids doing any scope reconstruction as
    we do for C++ to simplify the implementation.
    
    llvm-svn: 239433
    f12c030f
    [WinEH] Add 32-bit SEH state table emission prototype
    Reid Kleckner authored
    This gets all the handler info through to the asm printer and we can
    look at the .xdata tables now. I've convinced one small catch-all test
    case to work, but other than that, it would be a stretch to say this is
    functional.
    
    The state numbering algorithm avoids doing any scope reconstruction as
    we do for C++ to simplify the implementation.
    
    llvm-svn: 239433
Loading