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

Use MCStreamer to emit object files #325

Closed
pcwalton opened this issue Apr 11, 2011 · 0 comments
Closed

Use MCStreamer to emit object files #325

pcwalton opened this issue Apr 11, 2011 · 0 comments

Comments

@pcwalton
Copy link
Contributor

Having to run llc and gcc to create a usable binary after running rustc is a lot of work. We should use LLVM's MCStreamer framework to emit object files directly.

@ghost ghost assigned espindola Apr 18, 2011
oli-obk pushed a commit to oli-obk/rust that referenced this issue Sep 19, 2017
keeperofdakeys pushed a commit to keeperofdakeys/rust that referenced this issue Dec 12, 2017
dlrobertson pushed a commit to dlrobertson/rust that referenced this issue Nov 29, 2018
Aaron1011 pushed a commit to Aaron1011/rust that referenced this issue Oct 26, 2020
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants