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

Issue 221623003: roll clang 202555:204777 (Closed)

Created:
6 years, 8 months ago by Nico
Modified:
6 years, 8 months ago
Reviewers:
hans
CC:
chromium-reviews, eugenis+clang_chromium.org, glider+clang_chromium.org, dmikurube+clang_chromium.org, ukai+watch_chromium.org
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : rev #

Patch Set 3 : rev #

Patch Set 4 : mac #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -644 lines) Patch
M build/common.gypi View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M tools/clang/scripts/update.sh View 1 2 4 chunks +19 lines, -644 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Nico
"what's better than one clang roll per day?"
6 years, 8 months ago (2014-04-02 01:25:18 UTC) #1
Nico
Committed patchset #4 manually as r261042 (presubmit successful).
6 years, 8 months ago (2014-04-02 03:37:39 UTC) #2
hans
lgtm \o/ Hmm, I needed to set LD_LIBRARY_PATH when building on Linux with a custom ...
6 years, 8 months ago (2014-04-02 14:47:16 UTC) #3
Nico
On Wed, Apr 2, 2014 at 7:47 AM, <hans@chromium.org> wrote: > lgtm \o/ > > ...
6 years, 8 months ago (2014-04-02 16:38:09 UTC) #4
hans
6 years, 8 months ago (2014-04-03 07:27:30 UTC) #5
On Wed, Apr 2, 2014 at 6:38 PM, Nico Weber <thakis@chromium.org> wrote:
> On Wed, Apr 2, 2014 at 7:47 AM, <hans@chromium.org> wrote:
>>
>> lgtm \o/
>>
>> Hmm, I needed to set LD_LIBRARY_PATH when building on Linux with a custom
>> gcc
>> toolchain, otherwise e.g. TableGen wouldn't find the right libstd++.so,
>> but I
>> guess you didn't need that?
>
>
> No. My binaries in third-party/llvm-boostrap depend on "libstdc++.so.6 =>
> /usr/lib/x86_64-linux-gnu/libstdc++.so.6" according to ldd – which seems
> wrong. I used the command you told me to build the package:
>
> CC=/usr/local/google/home/thakis/gcc482prefix/bin/gcc
> CXX=/usr/local/google/home/thakis/gcc482prefix/bin/g++
> tools/clang/scripts/package.sh --gcc-toolchain
> /usr/local/google/home/thakis/gcc482prefix

Ah, I tried building without setting CC and CXX manually this time
(since as you pointed out last time, we set them in the script
anyway), and that's probably why I needed LD_LIBRARY_PATH.

To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698