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

Issue 1200833013: Use third_party clang on Mac. (Closed)

Created:
5 years, 6 months ago by balazs.kilvady
Modified:
5 years, 5 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Use third_party clang on Mac. BUG= Committed: https://crrev.com/57b20413294940476ab2b2e71ed0802aaf8c223f Cr-Commit-Position: refs/heads/master@{#29343}

Patch Set 1 #

Patch Set 2 : Rebase and fix Xcode config. #

Total comments: 2

Patch Set 3 : Fix nit #

Patch Set 4 : Rebased on Michael's CL. #

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

Messages

Total messages: 31 (10 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1200833013/1
5 years, 6 months ago (2015-06-23 11:36:41 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1200833013/20001
5 years, 6 months ago (2015-06-26 12:39:15 UTC) #5
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 6 months ago (2015-06-26 13:03:37 UTC) #7
balazs.kilvady
This patch allows to use the same version of clang (third_party/llvm/clang) on Mac and Linux. ...
5 years, 6 months ago (2015-06-26 17:56:34 UTC) #9
paul.l...
+ machenbach
5 years, 6 months ago (2015-06-26 18:04:42 UTC) #11
Michael Achenbach
lgtm
5 years, 5 months ago (2015-06-29 09:55:52 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1200833013/20001
5 years, 5 months ago (2015-06-29 09:57:24 UTC) #14
Jakob Kummerow
How about rebasing this onto https://codereview.chromium.org/1217783002/ which computes base_dir for all configurations? https://codereview.chromium.org/1200833013/diff/20001/build/standalone.gypi File build/standalone.gypi ...
5 years, 5 months ago (2015-06-29 09:58:48 UTC) #16
balazs.kilvady
On 2015/06/29 09:58:48, Jakob wrote: > How about rebasing this onto https://codereview.chromium.org/1217783002/ which > computes ...
5 years, 5 months ago (2015-06-29 10:11:26 UTC) #17
Jakob Kummerow
On 2015/06/29 10:11:26, balazs.kilvady wrote: > Can I cancel the commit or should I make ...
5 years, 5 months ago (2015-06-29 10:31:39 UTC) #18
balazs.kilvady
Rebased on https://codereview.chromium.org/1217783002/ https://codereview.chromium.org/1200833013/diff/20001/build/standalone.gypi File build/standalone.gypi (right): https://codereview.chromium.org/1200833013/diff/20001/build/standalone.gypi#newcode778 build/standalone.gypi:778: 'CLANG_CXX_LIBRARY': 'libc++' On 2015/06/29 09:58:48, Jakob ...
5 years, 5 months ago (2015-06-29 11:55:46 UTC) #19
Jakob Kummerow
lgtm
5 years, 5 months ago (2015-06-29 11:59:43 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1200833013/60001
5 years, 5 months ago (2015-06-29 12:00:57 UTC) #23
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 5 months ago (2015-06-29 12:27:58 UTC) #24
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/57b20413294940476ab2b2e71ed0802aaf8c223f Cr-Commit-Position: refs/heads/master@{#29343}
5 years, 5 months ago (2015-06-29 12:28:10 UTC) #25
Michael Achenbach
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/1217823003/ by machenbach@chromium.org. ...
5 years, 5 months ago (2015-06-29 13:06:04 UTC) #26
balazs.kilvady
Michael, Jakob, Could you tell me what is the status of c++11 usage of V8 ...
5 years, 5 months ago (2015-06-30 11:14:39 UTC) #27
Jakob Kummerow
I don't know. I'd think that using clang on Mac is possible, but I haven't ...
5 years, 5 months ago (2015-06-30 12:21:17 UTC) #28
balazs.kilvady
Jakob, thaks for the answer. On 2015/06/30 12:21:17, Jakob wrote: > I don't know. I'd ...
5 years, 5 months ago (2015-06-30 12:53:42 UTC) #29
Jakob Kummerow
On 2015/06/30 12:53:42, balazs.kilvady wrote: > Without CLANG_CXX_LIBRARY def. Xcode uses an stdlibc++ from gcc ...
5 years, 5 months ago (2015-06-30 14:11:30 UTC) #30
balazs.kilvady
5 years, 5 months ago (2015-06-30 15:31:15 UTC) #31
Message was sent while issue was closed.
On 2015/06/30 14:11:30, Jakob wrote:
> On 2015/06/30 12:53:42, balazs.kilvady wrote:
> > Without CLANG_CXX_LIBRARY def. Xcode uses an stdlibc++ from gcc 4.2.1 (the
> > version where Apple stopped gcc support and it is from pre-c11 era).
> 
> That may be fine. The Chromium style guide explicitly forbids C++11 features
> that require library support, because such libraries are not available on all
> platforms we're targeting. Only purely compiler-based C++11 features are
allowed
> currently.

I understood so removing usage of std::unordered_set and
std::numeric_limits<>::lowest() suits to Chromium style guide. Thank you very
much for the explanation.

Powered by Google App Engine
This is Rietveld 408576698