With this, target "chrome" builds successfully with clang. And the resulting Chromium.app even seems to ...
4 years, 8 months ago
(2010-09-21 23:37:58 UTC)
#3
With this, target "chrome" builds successfully with clang. And the resulting
Chromium.app even seems to work.
(Except for
PhaseScriptExecution "Postbuild \"Verify global text symbol order\""
/Users/thakis/src/chrome-git/src/clang/obj/chrome.build/Debug/chrome_dll.build/Script-1EEBF8FF12C450C824B00DF6.sh
, but who cares about that, right?)
4 years, 8 months ago
(2010-09-22 00:06:25 UTC)
#6
http://codereview.chromium.org/2762014/diff/85001/70008
File ipc/ipc_channel_posix.cc (right):
http://codereview.chromium.org/2762014/diff/85001/70008#newcode138
ipc/ipc_channel_posix.cc:138: const size_t kMaxPipeNameLength =
sizeof(((sockaddr_un*)0)->sun_path);
On 2010/09/22 00:03:47, Evan Martin wrote:
> Is this really the best way to accomplish this? There's gotta be some fancy
> C++ism you could use here...
I asked on cfe-dev, and this is what The Chris Lattner recommended. Someone said
that sizeof(sockaddr_un::sun_path) works in c++0x, but…
LG http://codereview.chromium.org/2762014/diff/85001/70002 File build/common.gypi (right): http://codereview.chromium.org/2762014/diff/85001/70002#newcode1237 build/common.gypi:1237: ['clang==1', { Do we need this for anything ...
4 years, 8 months ago
(2010-09-22 16:38:35 UTC)
#7
Issue 2762014: Mac: clang build
(Closed)
Created 4 years, 11 months ago by Nico
Modified 4 years ago
Reviewers: Mark Mentovai - out til August, viettrungluu, Evan Martin
Base URL:
Comments: 8