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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@215743 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
rnk@chromium.org 2013-08-06 00:49:49 +00:00
Родитель d0b56a3ba5
Коммит 046748b999
1 изменённых файлов: 3 добавлений и 0 удалений

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

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