]> granicus.if.org Git - clang/commit
clang-cl: ignore ths /GS- flag
authorHans Wennborg <hans@hanshq.net>
Tue, 17 Sep 2013 23:27:39 +0000 (23:27 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 17 Sep 2013 23:27:39 +0000 (23:27 +0000)
commit007ef4f775797665a2b2df2c693517ac3a275f5c
treeb9dae2424e19d60b7661cd95955475eaa5bf78b0
parent1f7fd68131872707a297335e6bc71beef47f9d73
clang-cl: ignore ths /GS- flag

The /GS- flag is used to turn off run-time buffer security checks (/GS).
Since no such checks are enabled in the first place, I think we should just
ignore this flag.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190900 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CLCompatOptions.td
test/Driver/cl-options.c