-
-
Notifications
You must be signed in to change notification settings - Fork 262
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
uClibc and -checkaction=C #3078
Comments
We have this as workaround for that: Lines 536 to 545 in 7474c19
This Lines 378 to 390 in 5e5ce19
|
@rracariu Thanks, but this is specifically a problem with |
@sarneaud OK, got it. Then exposing |
uClibc's
assert()
implementation uses a 4-parameter__assert()
function, like the__assert_fail()
function in other libcs.Currently ldc2 doesn't recognise uClibc and falls back to generating code for a 3-parameter
__assert()
. I don't see an easy fix because LLVM's target triples don't seem to support uClibc.The text was updated successfully, but these errors were encountered: