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

Issue 1470483002: win gn: Use /safeseh, not /SAFESEH (Closed)

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

Description

win gn: Use /safeseh, not /SAFESEH [14421->5901/20355 ~33] ASM obj/third_party/crashpad/crashpad/util/util/capture_context.obj MASM : warning A4018:invalid command-line option : /SAFESEH MASM : warning A4018:invalid command-line option : /SFESEH MASM : warning A4018:invalid command-line option : /SESEH MASM : warning A4018:invalid command-line option : /SSEH MASM : warning A4018:invalid command-line option : /SEH MASM : warning A4018:invalid command-line option : /SH BUG=546288 R=brettw@chromium.org Committed: https://crrev.com/7ba9b478144998dc08029cddf61e8a48745fef9a Cr-Commit-Position: refs/heads/master@{#360960}

Patch Set 1 #

Patch Set 2 : don't change linker #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -3 lines) Patch
M build/config/win/BUILD.gn View 1 1 chunk +4 lines, -3 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
scottmg
5 years, 1 month ago (2015-11-20 21:27:57 UTC) #1
brettw
lgtm
5 years, 1 month ago (2015-11-20 21:36:28 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1470483002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1470483002/20001
5 years, 1 month ago (2015-11-20 21:38:58 UTC) #4
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/144130)
5 years, 1 month ago (2015-11-20 22:43:00 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1470483002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1470483002/20001
5 years, 1 month ago (2015-11-20 23:28:26 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 1 month ago (2015-11-21 00:26:39 UTC) #9
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/7ba9b478144998dc08029cddf61e8a48745fef9a Cr-Commit-Position: refs/heads/master@{#360960}
5 years, 1 month ago (2015-11-21 00:27:45 UTC) #10
brucedawson
On 2015/11/21 00:27:45, commit-bot: I haz the power wrote: > Patchset 2 (id:??) landed as ...
5 years ago (2015-11-25 19:16:54 UTC) #11
scottmg
5 years ago (2015-11-25 19:26:27 UTC) #12
Message was sent while issue was closed.
On 2015/11/25 19:16:54, brucedawson wrote:
> On 2015/11/21 00:27:45, commit-bot: I haz the power wrote:
> > Patchset 2 (id:??) landed as
> > https://crrev.com/7ba9b478144998dc08029cddf61e8a48745fef9a
> > Cr-Commit-Position: refs/heads/master@{#360960}
> 
> It's too late now, but your comment is arguably wrong. According to ml /? and
> link /? the correct spelling is /safeseh for ml and /SAFESEH for the linker.
So
> in the sentence fragment below it should be /SAFESEH because you're talking
> about the linker:
> 
>     "When /safeseh is specified, the linker"...

Yeah, I just search/replaced, but what we should probably do is move this
comment down the to linker section (and then switch it back to /SAFESEH down
there).

I think the ml one is case sensitive because there's a bunch of /Sxyz options.

> 
> Then again, the linker is probably case insensitive because it's actually got
a
> team working on it.
> 
> Also, note that ml64 does not accept the /safeseh option - it is on
> automatically and specifying /safeseh will give a warning.

Is /safeseh being applied to ml64 right now? We should definitely fix that. I
haven't switched to GN for daily work yet.

Powered by Google App Engine
This is Rietveld 408576698