Skip to content
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

Closed
brson opened this issue Aug 5, 2011 · 3 comments
Closed

Can't build with clang on Ubuntu #807

brson opened this issue Aug 5, 2011 · 3 comments
Labels
O-linux Operating system: Linux

Comments

@brson
Copy link
Contributor

brson commented Aug 5, 2011

Clang doesn't know how to link on Ubuntu (and aparently other Linuxes), erroring with

/usr/bin/ld: cannot find crtbeginS.o: No such file or directory
@eholk
Copy link
Contributor

eholk commented Aug 6, 2011

Hmm.. I'm getting undefined identifier errors using clang on Ubuntu. I'll see if I can fix them...

@brson
Copy link
Contributor Author

brson commented Sep 26, 2011

Now it also fails because clang can't find unwind.h

@brson
Copy link
Contributor Author

brson commented Apr 27, 2012

I did a successful build with a recent 3.0ish build of clang.

@brson brson closed this as completed Apr 27, 2012
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
Labels
O-linux Operating system: Linux
Projects
None yet
Development

No branches or pull requests

2 participants