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

Issue 1488853003: GN: Do not pass /safeseh to ml64.exe (Closed)

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

Description

GN: Do not pass /safeseh to ml64.exe The 64-bit MSVC assembler (ml64.exe) does not accept the /safeseh switch. Only the 32-bit x86 MSVC assembler (ml.exe) does. The 64-bit assembler prints a warning about an unrecognized option, which is ulgy though it does not break the build. BUG= none R=scottmg@chromium.org Committed: https://crrev.com/a176b5bc5cca245c32f8963579fd6cdca4e6ea25 Cr-Commit-Position: refs/heads/master@{#362539}

Patch Set 1 #

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

Messages

Total messages: 12 (2 generated)
Roland McGrath
5 years ago (2015-12-01 21:41:30 UTC) #1
scottmg
https://codereview.chromium.org/1488853003/diff/1/build/config/win/BUILD.gn File build/config/win/BUILD.gn (right): https://codereview.chromium.org/1488853003/diff/1/build/config/win/BUILD.gn#newcode15 build/config/win/BUILD.gn:15: if (current_cpu == "x86") { Are target_cpu and current_cpu ...
5 years ago (2015-12-01 21:44:44 UTC) #2
Roland McGrath
https://codereview.chromium.org/1488853003/diff/1/build/config/win/BUILD.gn File build/config/win/BUILD.gn (right): https://codereview.chromium.org/1488853003/diff/1/build/config/win/BUILD.gn#newcode15 build/config/win/BUILD.gn:15: if (current_cpu == "x86") { On 2015/12/01 21:44:44, scottmg ...
5 years ago (2015-12-01 21:49:23 UTC) #3
scottmg
lgtm with that. https://codereview.chromium.org/1488853003/diff/1/build/config/win/BUILD.gn File build/config/win/BUILD.gn (right): https://codereview.chromium.org/1488853003/diff/1/build/config/win/BUILD.gn#newcode15 build/config/win/BUILD.gn:15: if (current_cpu == "x86") { On ...
5 years ago (2015-12-01 21:49:31 UTC) #4
scottmg
On 2015/12/01 21:49:23, Roland McGrath wrote: > https://codereview.chromium.org/1488853003/diff/1/build/config/win/BUILD.gn > File build/config/win/BUILD.gn (right): > > https://codereview.chromium.org/1488853003/diff/1/build/config/win/BUILD.gn#newcode15 ...
5 years ago (2015-12-01 21:50:22 UTC) #5
Roland McGrath
On 2015/12/01 21:49:31, scottmg wrote: > lgtm with that. > > https://codereview.chromium.org/1488853003/diff/1/build/config/win/BUILD.gn > File build/config/win/BUILD.gn ...
5 years ago (2015-12-01 21:51: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/1488853003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1488853003/1
5 years ago (2015-12-01 21:52:07 UTC) #8
scottmg
On 2015/12/01 21:51:00, Roland McGrath wrote: > On 2015/12/01 21:49:31, scottmg wrote: > > lgtm ...
5 years ago (2015-12-01 21:57:26 UTC) #9
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years ago (2015-12-01 22:54:03 UTC) #10
commit-bot: I haz the power
5 years ago (2015-12-01 23:02:35 UTC) #12
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/a176b5bc5cca245c32f8963579fd6cdca4e6ea25
Cr-Commit-Position: refs/heads/master@{#362539}

Powered by Google App Engine
This is Rietveld 408576698