aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/VirtualFileSystem.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2014-02-21 22:30:43 +0000
committerRui Ueyama <ruiu@google.com>2014-02-21 22:30:43 +0000
commitd9e7c22ee4c857a3fe1f2267ce71fad80578bb50 (patch)
tree47eda5274efc529a9b973929324c9238395832fb /clang/lib/Basic/VirtualFileSystem.cpp
parent695fdb3bc28140bcf48032255426dc27aea113b3 (diff)
downloadllvm-d9e7c22ee4c857a3fe1f2267ce71fad80578bb50.zip
llvm-d9e7c22ee4c857a3fe1f2267ce71fad80578bb50.tar.gz
llvm-d9e7c22ee4c857a3fe1f2267ce71fad80578bb50.tar.bz2
[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
Diffstat (limited to 'clang/lib/Basic/VirtualFileSystem.cpp')
0 files changed, 0 insertions, 0 deletions