Skip to content
  • Michael Liao's avatar
    Add __builtin_setjmp/_longjmp supprt in X86 backend · 97bf363a
    Michael Liao authored
    - Besides used in SjLj exception handling, __builtin_setjmp/__longjmp is also
      used as a light-weight replacement of setjmp/longjmp which are used to
      implementation continuation, user-level threading, and etc. The support added
      in this patch ONLY addresses this usage and is NOT intended to support SjLj
      exception handling as zero-cost DWARF exception handling is used by default
      in X86.
    
    llvm-svn: 165989
    97bf363a
Loading