hanchenye-llvm-project/lld/unittests
Rui Ueyama d9e7c22ee4 [PECOFF] Driver support for /SAFESEH option.
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
2014-02-21 22:30:43 +00:00
..
CoreTests Rename TargetInfo -> LinkingContext. 2013-08-06 22:31:59 +00:00
DriverTests [PECOFF] Driver support for /SAFESEH option. 2014-02-21 22:30:43 +00:00
MachOTests [MachO] Add undefined atoms. 2014-02-02 19:34:55 +00:00
CMakeLists.txt Supoort mach-o encoded in yaml. 2013-10-08 00:43:34 +00:00