|
|
Created:
4 years, 1 month ago by Nico Modified:
4 years ago Reviewers:
Reid Kleckner CC:
chromium-reviews, hans Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
Descriptionposix: Pass -Werror to the compiler driver for link invocations as well.
With this, we would've caught https://codereview.chromium.org/2520453002/
before landing that clang roll.
BUG=665063
Committed: https://crrev.com/e9dcf4f53596206b44620d2aeecfbfc372f58920
Cr-Commit-Position: refs/heads/master@{#434187}
Patch Set 1 #Patch Set 2 : scale back a bit #Messages
Total messages: 19 (12 generated)
The CQ bit was checked by thakis@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
thakis@chromium.org changed reviewers: + rnk@chromium.org
Nice catch :-)
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: cast_shell_android on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/cast_shell_a...)
Looks like you found some Android warnings: [6104/18489] SOLINK ./libcast_media_1.0_android.so FAILED: libcast_media_1.0_android.so libcast_media_1.0_android.so.TOC lib.unstripped/libcast_media_1.0_android.so python ... clang: error: argument unused during compilation: '-static-libstdc++' [-Werror,-Wunused-command-line-argument] clang: error: argument unused during compilation: '-static-libgcc' [-Werror,-Wunused-command-line-argument]
The CQ bit was checked by thakis@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Hooray! I disabled -Werror in ldflags for asan and cast builds for now.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
lgtm
The CQ bit was checked by thakis@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
CQ is committing da patch. Bot data: {"patchset_id": 20001, "attempt_start_ts": 1479919503275930, "parent_rev": "3767e4740a0c777fcc9f39d38949263618b35db6", "commit_rev": "dde3a6b93bb9f0ba402c1a752757ff5cd8615a75"}
Message was sent while issue was closed.
Committed patchset #2 (id:20001)
Message was sent while issue was closed.
Description was changed from ========== posix: Pass -Werror to the compiler driver for link invocations as well. With this, we would've caught https://codereview.chromium.org/2520453002/ before landing that clang roll. BUG=665063 ========== to ========== posix: Pass -Werror to the compiler driver for link invocations as well. With this, we would've caught https://codereview.chromium.org/2520453002/ before landing that clang roll. BUG=665063 Committed: https://crrev.com/e9dcf4f53596206b44620d2aeecfbfc372f58920 Cr-Commit-Position: refs/heads/master@{#434187} ==========
Message was sent while issue was closed.
Patchset 2 (id:??) landed as https://crrev.com/e9dcf4f53596206b44620d2aeecfbfc372f58920 Cr-Commit-Position: refs/heads/master@{#434187} |