We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdebe92 commit af263e4Copy full SHA for af263e4
src/rustc/middle/trans/native.rs
@@ -1,3 +1,6 @@
1
+// The classification code for the x86 ABI is taken from the clay language
2
+// https://github.com/jckarter/clay/blob/master/compiler/src/externals.cpp
3
+
4
import driver::session::{session, arch_x86_64};
5
import syntax::codemap::span;
6
import libc::c_uint;
0 commit comments