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

Issue 1415213004: mac: Pull a prebuilt libc++-static.a. (Closed)

Created:
5 years, 2 months ago by Nico
Modified:
5 years, 2 months ago
Reviewers:
Mark Mentovai, Torne
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

mac: Pull a prebuilt libc++-static.a. Not used for anything yet. BUG=400091 R=mark@chromium.org TBR=torne Committed: https://chromium.googlesource.com/chromium/src/+/7ef5508bd7b471d7b4a67886e23feb89a3a13713

Patch Set 1 #

Total comments: 8

Patch Set 2 : script #

Patch Set 3 : foo #

Total comments: 4

Patch Set 4 : . #

Patch Set 5 : sha #

Patch Set 6 : licenseeeee #

Patch Set 7 : licenseeeeeeeeeee #

Unified diffs Side-by-side diffs Delta from patch set Stats (+191 lines, -1 line) Patch
M .gitignore View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M DEPS View 1 chunk +12 lines, -0 lines 0 comments Download
M android_webview/tools/webview_licenses.py View 1 1 chunk +1 line, -1 line 0 comments Download
A third_party/libc++-static/LICENSE.TXT View 1 2 3 4 5 6 1 chunk +76 lines, -0 lines 0 comments Download
A third_party/libc++-static/README.chromium View 1 2 3 4 5 6 1 chunk +30 lines, -0 lines 0 comments Download
A third_party/libc++-static/build.sh View 1 2 3 4 5 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/libc++-static/libc++-static.a.sha1 View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A third_party/libc++-static/libcxxabi.patch View 1 2 3 1 chunk +17 lines, -0 lines 0 comments Download

Messages

Total messages: 32 (12 generated)
Nico
This is pass 1 at a prebuilt libc++-static. It doesn't strip the call to cxa_demangle() ...
5 years, 2 months ago (2015-10-22 19:13:25 UTC) #2
Mark Mentovai
Yeah, it’s basically OK. https://codereview.chromium.org/1415213004/diff/1/third_party/libc++-static/README.chromium File third_party/libc++-static/README.chromium (right): https://codereview.chromium.org/1415213004/diff/1/third_party/libc++-static/README.chromium#newcode28 third_party/libc++-static/README.chromium:28: cd /tmp/ This is basically ...
5 years, 2 months ago (2015-10-22 21:54:27 UTC) #3
Nico
Thanks! New CL coming later today. https://codereview.chromium.org/1415213004/diff/1/third_party/libc++-static/README.chromium File third_party/libc++-static/README.chromium (right): https://codereview.chromium.org/1415213004/diff/1/third_party/libc++-static/README.chromium#newcode28 third_party/libc++-static/README.chromium:28: cd /tmp/ On ...
5 years, 2 months ago (2015-10-22 22:05:41 UTC) #4
Mark Mentovai
https://codereview.chromium.org/1415213004/diff/1/third_party/libc++-static/README.chromium File third_party/libc++-static/README.chromium (right): https://codereview.chromium.org/1415213004/diff/1/third_party/libc++-static/README.chromium#newcode48 third_party/libc++-static/README.chromium:48: c++ -c -nostdinc++ -I../../libcxx/include/ -I../../libcxxabi/include -O3 -std=c++11 -fstrict-aliasing ../../libcxxabi/src/*.cpp ...
5 years, 2 months ago (2015-10-22 22:57:45 UTC) #5
Mark Mentovai
Also, do things get too hefty if you build with -g? Source file and line ...
5 years, 2 months ago (2015-10-22 22:59:43 UTC) #6
Nico
On 2015/10/22 22:59:43, Mark Mentovai wrote: > Also, do things get too hefty if you ...
5 years, 2 months ago (2015-10-22 23:12:43 UTC) #7
Mark Mentovai
Maybe not worthwhile, then. We wouldn’t have a .dSYM for the system libc++, either.
5 years, 2 months ago (2015-10-22 23:16:53 UTC) #8
Nico
Now with script. Still uses c++, it doesn't build with our clang (!) I'll investigate ...
5 years, 2 months ago (2015-10-22 23:20:33 UTC) #9
Mark Mentovai
LGTM otherwise. I’d prefer it if we could build with our own clang because c’mon, ...
5 years, 2 months ago (2015-10-22 23:26:46 UTC) #10
Nico
https://codereview.chromium.org/1415213004/diff/40001/third_party/libc++-static/build.sh File third_party/libc++-static/build.sh (right): https://codereview.chromium.org/1415213004/diff/40001/third_party/libc++-static/build.sh#newcode39 third_party/libc++-static/build.sh:39: cat << 'EOF' | On 2015/10/22 23:26:46, Mark Mentovai ...
5 years, 2 months ago (2015-10-22 23:40:00 UTC) #11
Nico
tbr torne for the webview_licenses.py spelling fix
5 years, 2 months ago (2015-10-22 23:44:21 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1415213004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1415213004/80001
5 years, 2 months ago (2015-10-22 23:45:17 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/70343) linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 2 months ago (2015-10-23 00:12:40 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1415213004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1415213004/80001
5 years, 2 months ago (2015-10-23 00:15:01 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/130484)
5 years, 2 months ago (2015-10-23 01:01:21 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1415213004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1415213004/100001
5 years, 2 months ago (2015-10-23 02:25:51 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1415213004/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1415213004/120001
5 years, 2 months ago (2015-10-23 03:23:43 UTC) #29
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/7ef5508bd7b471d7b4a67886e23feb89a3a13713 Cr-Commit-Position: refs/heads/master@{#355729}
5 years, 2 months ago (2015-10-23 04:33:58 UTC) #30
Nico
Committed patchset #7 (id:120001) manually as 7ef5508bd7b471d7b4a67886e23feb89a3a13713 (presubmit successful).
5 years, 2 months ago (2015-10-23 04:34:21 UTC) #31
Torne
5 years, 2 months ago (2015-10-23 10:34:25 UTC) #32
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698