-
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
Use MCStreamer to emit object files #325
Comments
ghost
assigned espindola
Apr 18, 2011
keeperofdakeys
pushed a commit
to keeperofdakeys/rust
that referenced
this issue
Dec 12, 2017
Add strdup extern
dlrobertson
pushed a commit
to dlrobertson/rust
that referenced
this issue
Nov 29, 2018
Correct when closures are Sync.
Aaron1011
pushed a commit
to Aaron1011/rust
that referenced
this issue
Oct 26, 2020
Bump cc from 1.0.28 to 1.0.29
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
…ard. (rust-lang#325) * Extract examples from The Rust Reference and display their results in a terminal dashboard. * Address PR comments. * Clarify comment. * Replace `rfind` with `rsplitn`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Having to run
llc
andgcc
to create a usable binary after runningrustc
is a lot of work. We should use LLVM's MCStreamer framework to emit object files directly.The text was updated successfully, but these errors were encountered: