Skip to content
  • Reid Kleckner's avatar
    2bc93ca8
    [WinEH] Emit .safeseh directives for all 32-bit exception handlers · 2bc93ca8
    Reid Kleckner authored
    Use a "safeseh" string attribute to do this. You would think we chould
    just accumulate the set of personalities like we do on dwarf, but this
    fails to account for the LSDA-loading thunks we use for
    __CxxFrameHandler3. Each of those needs to make it into .sxdata as well.
    The string attribute seemed like the most straightforward approach.
    
    llvm-svn: 239448
    2bc93ca8
    [WinEH] Emit .safeseh directives for all 32-bit exception handlers
    Reid Kleckner authored
    Use a "safeseh" string attribute to do this. You would think we chould
    just accumulate the set of personalities like we do on dwarf, but this
    fails to account for the LSDA-loading thunks we use for
    __CxxFrameHandler3. Each of those needs to make it into .sxdata as well.
    The string attribute seemed like the most straightforward approach.
    
    llvm-svn: 239448
Loading