-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Can't build with clang on Ubuntu #807
Labels
O-linux
Operating system: Linux
Milestone
Comments
Hmm.. I'm getting undefined identifier errors using clang on Ubuntu. I'll see if I can fix them... |
Now it also fails because clang can't find unwind.h |
I did a successful build with a recent 3.0ish build of clang. |
keeperofdakeys
pushed a commit
to keeperofdakeys/rust
that referenced
this issue
Dec 12, 2017
Local peer credential support for Darwin. Darwin uses SOL_LOCAL/LOCAL_PEERCRED instead of SOL_SOCKET/SO_PEERCRED parameters to getsocktopt to retrieve the credentials of a socket's peer. (Documented in man 4 unix)
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
Oct 26, 2020
This reduces the amount of time spent in .debug_line generation by about 50% Fixes rust-lang#807
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
Oct 26, 2020
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
Oct 26, 2020
This improves performance of FunctionDebugContext::define by ~60% Fixes rust-lang#807
ZuseZ4
added a commit
to EnzymeAD/rust
that referenced
this issue
Mar 7, 2023
* add remainder * add tg intrinsic support * move log1p and asin to tablegen * add remainder test, fix Intrinsic FunctionType * add fwd remainder test
celinval
added a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Clang doesn't know how to link on Ubuntu (and aparently other Linuxes), erroring with
The text was updated successfully, but these errors were encountered: