-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clang inserts undefined reference to __mulodi4 #506
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Build of sqlite3.c for armeabi-v7a with clang fails in NDK r15c:
Here is the minimal command to reproduce this:
Note a similar issue in Chromium: https://bugs.chromium.org/p/chromium/issues/detail?id=503229.
sqlite3.c does not use
__builtin_mul_overflow
for CLANG_VERSION under 4000000, hence build succeeds in NDK 14.Environment Details
version 5.0.300080
The text was updated successfully, but these errors were encountered: