-
Notifications
You must be signed in to change notification settings - Fork 220
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
bcmp missing #303
Comments
bcmp: This function is deprecated (marked as LEGACY in POSIX.1-2001): use memcmp(3) in new programs. POSIX.1-2008 removes the specification of bcmp(). |
Looks like this is going to be handled in rust-lang/rust#62698 |
Mark-Simulacrum
added a commit
to Mark-Simulacrum/rust
that referenced
this issue
Jul 15, 2019
…crichton SGX target: don't pretend to be GNU/Linux to LLVM See rust-lang#62592 & rust-lang/compiler-builtins#303 r? @alexcrichton
Closed
tgross35
added a commit
to tgross35/compiler-builtins
that referenced
this issue
Feb 23, 2025
Rename the `musl-reference-tests` feature to `musl-bitwise-tests`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
LLVM 9 emits calls to
bcmp
:The text was updated successfully, but these errors were encountered: