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

Issue 2762233003: [sql] Disable a clang intrinsic in SQLite 3.17.0. (Closed)

Created:
3 years, 9 months ago by Scott Hess - ex-Googler
Modified:
3 years, 9 months ago
Reviewers:
stevenjb, llozano
CC:
chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[sql] Disable a clang intrinsic in SQLite 3.17.0. SQLite implements sqlite3MulInt64() using __builtin_mul_overflow() for appropriate versions of GCC or clang. But clang appears to provide this function in a non-standard library which our Android clang does not provide. It fails with an undefined symbol __mulodi4. [It is possible that this is specific to Chromium's packaged clang, but https://bugs.llvm.org//show_bug.cgi?id=28629 ] BUG=701524, 701518 Review-Url: https://codereview.chromium.org/2762233003 Cr-Commit-Position: refs/heads/master@{#458457} Committed: https://chromium.googlesource.com/chromium/src/+/9e39ce92107b239f0043d55eef91e155b1471382

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -21 lines) Patch
M third_party/sqlite/amalgamation/sqlite3.c View 1 chunk +4 lines, -5 lines 0 comments Download
M third_party/sqlite/patches/0010-build-Undefined-symbol-in-intrinsic-on-clang.patch View 1 chunk +11 lines, -11 lines 0 comments Download
M third_party/sqlite/src/src/util.c View 1 chunk +4 lines, -5 lines 0 comments Download

Messages

Total messages: 25 (13 generated)
Scott Hess - ex-Googler
WDYT? This basically reverts this function to the code we were using in the previous ...
3 years, 9 months ago (2017-03-21 16:14:41 UTC) #4
Scott Hess - ex-Googler
On 2017/03/21 16:14:41, Scott Hess wrote: > WDYT? This basically reverts this function to the ...
3 years, 9 months ago (2017-03-21 16:19:13 UTC) #7
stevenjb
On 2017/03/21 16:14:41, Scott Hess wrote: > WDYT? This basically reverts this function to the ...
3 years, 9 months ago (2017-03-21 16:25:02 UTC) #8
stevenjb
+llozano@
3 years, 9 months ago (2017-03-21 16:25:24 UTC) #10
Scott Hess - ex-Googler
On 2017/03/21 16:25:02, stevenjb wrote: > On 2017/03/21 16:14:41, Scott Hess wrote: > > WDYT? ...
3 years, 9 months ago (2017-03-21 16:29:45 UTC) #14
stevenjb
On 2017/03/21 16:29:45, Scott Hess wrote: > On 2017/03/21 16:25:02, stevenjb wrote: > > On ...
3 years, 9 months ago (2017-03-21 16:32:57 UTC) #16
stevenjb
On 2017/03/21 16:32:57, stevenjb wrote: > On 2017/03/21 16:29:45, Scott Hess wrote: > > On ...
3 years, 9 months ago (2017-03-21 16:43:05 UTC) #17
Scott Hess - ex-Googler
On 2017/03/21 16:43:05, stevenjb wrote: > On 2017/03/21 16:32:57, stevenjb wrote: > > On 2017/03/21 ...
3 years, 9 months ago (2017-03-21 16:48:25 UTC) #18
Scott Hess - ex-Googler
On 2017/03/21 16:48:25, Scott Hess wrote: > On 2017/03/21 16:43:05, stevenjb wrote: > > On ...
3 years, 9 months ago (2017-03-21 16:50:11 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2762233003/1
3 years, 9 months ago (2017-03-21 16:51:06 UTC) #21
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/chromium/src/+/9e39ce92107b239f0043d55eef91e155b1471382
3 years, 9 months ago (2017-03-21 17:35:43 UTC) #24
llozano
3 years, 9 months ago (2017-03-21 20:53:26 UTC) #25
Message was sent while issue was closed.
On 2017/03/21 17:35:43, commit-bot: I haz the power wrote:
> Committed patchset #1 (id:1) as
>
https://chromium.googlesource.com/chromium/src/+/9e39ce92107b239f0043d55eef91...

looks good to me... 
I don't know if this has been affecting Chrome OS.

Powered by Google App Engine
This is Rietveld 408576698