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

Update llvm. #11181

Merged
merged 1 commit into from
Dec 30, 2013
Merged

Update llvm. #11181

merged 1 commit into from
Dec 30, 2013

Conversation

luqmana
Copy link
Member

@luqmana luqmana commented Dec 28, 2013

No longer need to handle GNUEABIHF and hard floats since LLVM should now choose the right default. Fixes #11164.

@vadimcn
Copy link
Contributor

vadimcn commented Dec 29, 2013

btw, meant to ask this for a while - why doesn't Rust have an official LLVM repo? (and libuv too for that matter) Having one would remove the need to re-point submodule origin each time someone does LLVM fix, and it would also enable submittal/review of PRs, just like it's done for the main repo.

@alexcrichton
Copy link
Member

It's pretty much agreed upon that having a rust organization on github (#9343) would be a good idea. That would indeed be the house for all our dependencies like llvm, gyp, libuv, etc. I think the reason it hasn't been done is that it just hasn't been done, there isn't really a particularly fundamental reason it hasn't been done yet.

bors added a commit that referenced this pull request Dec 30, 2013
No longer need to handle GNUEABIHF and hard floats since LLVM should now choose the right default. Fixes #11164.
@bors bors closed this Dec 30, 2013
@bors bors merged commit d9eaeda into rust-lang:master Dec 30, 2013
@luqmana luqmana deleted the up-llvm branch January 14, 2014 05:27
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jul 31, 2023
ptr_arg should ignore extern functions

Fixes: rust-lang#11181

changelog: [`ptr_arg`]: ignore extern functions that are not

I am not sure whether we should ignore other Rust calling conventions like `rust-intrinsic`, `rust-call` or `rust-cold`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Arm with hard float broken
4 participants