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

Issue 2946073002: Fix libc++ ARM build (Closed)

Created:
3 years, 6 months ago by Tom Anderson
Modified:
3 years, 6 months ago
Reviewers:
Nico
Target Ref:
refs/heads/master
Project:
buildtools
Visibility:
Public.

Description

Fix libc++ ARM build libc++abi has a dependency on libunwind (only on ARM builds), so this CL adds a new DEPS entry for libunwind and wires the necessary machinery to fix the ARM build. BUG=735133 R=thakis@chromium.org Committed: 8921af0a0c50afd7988eab9efa3d0987a213b25f

Patch Set 1 #

Total comments: 1

Patch Set 2 : Condition on is_linux too #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -0 lines) Patch
M .gitignore View 1 chunk +1 line, -0 lines 0 comments Download
M DEPS View 2 chunks +4 lines, -0 lines 0 comments Download
M third_party/libc++/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/libc++abi/BUILD.gn View 1 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/libunwind/BUILD.gn View 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/libunwind/OWNERS View 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/libunwind/README.chromium View 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
Tom Anderson
thakis ptal
3 years, 6 months ago (2017-06-20 19:33:43 UTC) #3
Nico
Cool! Generally lgtm One thing I'm wondering about: Once this libc++/linux project is done, I'd ...
3 years, 6 months ago (2017-06-20 19:37:09 UTC) #4
Tom Anderson
On 2017/06/20 19:37:09, Nico wrote: > Cool! > > Generally lgtm > > One thing ...
3 years, 6 months ago (2017-06-20 19:45:04 UTC) #5
Tom Anderson
3 years, 6 months ago (2017-06-20 19:45:53 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
8921af0a0c50afd7988eab9efa3d0987a213b25f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698