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

Issue 12255003: Fix a syntax error which resulted in update.sh always using the old Clang. (Closed)

Created:
7 years, 10 months ago by Alexander Potapenko
Modified:
7 years, 10 months ago
Reviewers:
hans, Nico
CC:
chromium-reviews, fischman+watch_chromium.org, dmikurube+clang_chromium.org, glotov+watch_chromium.org, ukai+watch_chromium.org
Visibility:
Public.

Description

Fix a syntax error which resulted in update.sh always using the old Clang. Renamed --is-asan-mac-builder to --is-asan-mac-builder-hackfix per Nico's suggestion. Added more comments. BUG=170629, 174873 TBR=thakis Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=182175

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -5 lines) Patch
M tools/clang/scripts/update.sh View 1 2 4 chunks +10 lines, -5 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Alexander Potapenko
Nico, TBR
7 years, 10 months ago (2013-02-13 09:35:38 UTC) #1
hans
https://codereview.chromium.org/12255003/diff/1/tools/clang/scripts/update.sh File tools/clang/scripts/update.sh (right): https://codereview.chromium.org/12255003/diff/1/tools/clang/scripts/update.sh#newcode110 tools/clang/scripts/update.sh:110: if [[ -n ${is_asan_mac_builder_hackfix} ]] || on_asan_mac_host; then the ...
7 years, 10 months ago (2013-02-13 09:38:13 UTC) #2
Alexander Potapenko
On 2013/02/13 09:38:13, hans wrote: > https://codereview.chromium.org/12255003/diff/1/tools/clang/scripts/update.sh > File tools/clang/scripts/update.sh (right): > > https://codereview.chromium.org/12255003/diff/1/tools/clang/scripts/update.sh#newcode110 > ...
7 years, 10 months ago (2013-02-13 09:42:04 UTC) #3
Alexander Potapenko
It works without the quotes as well, but let it be so at least for ...
7 years, 10 months ago (2013-02-13 09:42:51 UTC) #4
hans
lgtm
7 years, 10 months ago (2013-02-13 09:43:08 UTC) #5
Alexander Potapenko
Rebased and committed.
7 years, 10 months ago (2013-02-13 09:45:06 UTC) #6
Nico
7 years, 10 months ago (2013-02-13 16:15:54 UTC) #7
Message was sent while issue was closed.
lgtm, thanks!

Powered by Google App Engine
This is Rietveld 408576698