Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Issue 2129213002: clang/win: It's ok to pass /GS to clang-cl now. (Closed)

Created:
4 years, 5 months ago by Nico
Modified:
4 years, 5 months ago
Reviewers:
etienneb
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

clang/win: It's ok to pass /GS to clang-cl now. We used to not pass /GS since clang-cl used to not implement buffer security checks and would warn about this flag being ignored. Now clang-cl implements some form of buffer security checking and no longer warns on /GS, so that's no longer necessary. This reverts the gyp bits of https://codereview.chromium.org/1828543003/ /GS is also on by default, and as of https://codereview.chromium.org/1957523005 it's no longer explicitly passed in gn builds -- so no .gn files need to be changed. Since /GS is on by default, this CL doesn't change behavior. BUG=598767 Committed: https://crrev.com/cc683aecb8e88d03139477b8eba81aeb1e3c2e9c Cr-Commit-Position: refs/heads/master@{#404413}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -8 lines) Patch
M build/common.gypi View 2 chunks +1 line, -8 lines 0 comments Download

Messages

Total messages: 10 (5 generated)
Nico
4 years, 5 months ago (2016-07-08 15:27:26 UTC) #3
etienneb
lgtm thx nico
4 years, 5 months ago (2016-07-08 15:52:09 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2129213002/1
4 years, 5 months ago (2016-07-08 16:38:16 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 5 months ago (2016-07-08 16:47:25 UTC) #8
commit-bot: I haz the power
4 years, 5 months ago (2016-07-08 16:49:21 UTC) #10
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/cc683aecb8e88d03139477b8eba81aeb1e3c2e9c
Cr-Commit-Position: refs/heads/master@{#404413}

Powered by Google App Engine
This is Rietveld 408576698