We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
extern "C"
You get an error at compile time:
error: unrecognized arch "nvptx" in target specification
Implementation-wise, we just have to define a "C ABI" in librustc_trans. See librustc_trans/cabi_asmjs.rs as an example.
librustc_trans
librustc_trans/cabi_asmjs.rs
We can't build the core crate for nvptx targets without this.
core
The text was updated successfully, but these errors were encountered:
No branches or pull requests
You get an error at compile time:
Implementation-wise, we just have to define a "C ABI" in
librustc_trans
. Seelibrustc_trans/cabi_asmjs.rs
as an example.We can't build the
core
crate for nvptx targets without this.The text was updated successfully, but these errors were encountered: