Revert 215743 "Don't pass /safeseh to the linker when using clan..."

This is no longer needed.  Clang is SEH safe because it doesn't support
SEH and therefore has no SEH handlers to register in .sxdata.  It emits
the @feat.00 symbol to let the linker know that it is SEH safe.

> Don't pass /safeseh to the linker when using clang on Windows
> 
> It does not generate SEH safe code at the moment.
> 
> R=scottmg@chromium.org
> BUG=82385
> 
> Review URL: https://codereview.chromium.org/21910008

TBR=scottmg@chromium.org

Review URL: https://codereview.chromium.org/26864005

git-svn-id: http://src.chromium.org/svn/trunk/src/build@228004 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
rnk@chromium.org 2013-10-10 21:23:00 +00:00
Родитель 899fbe2885
Коммит d7aa5e3c5e
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -4567,9 +4567,6 @@
['asan==0', {
'AdditionalOptions': ['/largeaddressaware'],
}],
['clang==1', {
'AdditionalOptions!': ['/safeseh'],
}],
],
},
},