Skip to content
  1. Feb 24, 2014
  2. Feb 23, 2014
  3. Feb 21, 2014
    • Rui Ueyama's avatar
      [PECOFF] Implement /SAFESEH option. · a5dc3355
      Rui Ueyama authored
      LLD now prints an error message if /SAFESEH option is specified and one or
      more input files are not compatible with SEH.
      
      llvm-svn: 201900
      a5dc3355
    • Rui Ueyama's avatar
      [PECOFF] Driver support for /SAFESEH option. · d9e7c22e
      Rui Ueyama authored
      Syntactically /SAFESEH is a boolean flag -- you can pass /SAFESEH or /SAFESEH:no.
      
      The meaning of /SAFESEH is as follows.
      
       - If /SAFESEH is specified, the linker will produce an executable with SEH table.
         If any input files are not compatible with SEH, it's an error.
       - If /SAFESEH:no is specified, the linker will not emit SEH table even if all
         input files are compatible with SEH.
       - If no option is specified, the linker emits SEH table if all input files are
         compatible with SEH.
      
      llvm-svn: 201895
      d9e7c22e
  4. Feb 20, 2014
  5. Feb 11, 2014
  6. Feb 10, 2014
  7. Feb 07, 2014
  8. Feb 06, 2014
  9. Feb 03, 2014
  10. Feb 02, 2014
  11. Feb 01, 2014
  12. Jan 31, 2014
  13. Jan 30, 2014
  14. Jan 29, 2014
  15. Jan 28, 2014
Loading