-
Notifications
You must be signed in to change notification settings - Fork 3
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
compiler_builtins #16
Comments
Core and compiler_builtins are a cyclic dependency, unless we want to get really fancy about two Cores the deepest without any software-provided operations. Rlibc for LLVM is similar. |
The idea for separate object file is an attribute on the relevant functions. Should be trivial nowadays by putting them in a specific separate codegen unit. |
Opened rust-lang/rust#49380 to track merging compiler-builtins into core using the approach @eddyb mentioned. |
"it needs to disappear" from the perspective of the user.
Quoting @japaric rust-embedded/wg#64
The text was updated successfully, but these errors were encountered: