Skip to content
  • Dale Johannesen's avatar
    Emit exception handling info for functions which are · 7d02cf3c
    Dale Johannesen authored
    not marked nounwind, or for all functions when -enable-eh
    is set, provided the target supports Dwarf EH.
    
    llvm-gcc generates nounwind in the right places; other FEs
    will need to do so also.  Given such a FE, -enable-eh should
    no longer be needed.
    
    llvm-svn: 49006
    7d02cf3c
Loading