COFF: Add /safeseh command line option.
authorRui Ueyama <ruiu@google.com>
Wed, 29 Jul 2015 20:25:40 +0000 (20:25 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 29 Jul 2015 20:25:40 +0000 (20:25 +0000)
commitff88d5a26f109979d5c5f04bca0f42a64d971d10
tree7961f83997049be4f828a6c5e46b4dd450587d42
parent1378c683e99f8e96da5ea677c07441bd88a19210
COFF: Add /safeseh command line option.

If /safeseh is specified, all input files must be compatible with Safe SEH.

llvm-svn: 243565
lld/COFF/Driver.cpp
lld/test/COFF/safeseh.test [new file with mode: 0644]