diff options
author | Rui Ueyama <ruiu@google.com> | 2014-02-21 22:30:43 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2014-02-21 22:30:43 +0000 |
commit | d9e7c22ee4c857a3fe1f2267ce71fad80578bb50 (patch) | |
tree | 47eda5274efc529a9b973929324c9238395832fb /clang/lib/Basic/VirtualFileSystem.cpp | |
parent | 695fdb3bc28140bcf48032255426dc27aea113b3 (diff) | |
download | llvm-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