You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.