rustc: Link to original Clay x86 classification code

This commit is contained in:
Brian Anderson 2012-05-03 09:46:50 -07:00
parent bdebe92400
commit af263e43c2

View File

@ -1,3 +1,6 @@
// The classification code for the x86 ABI is taken from the clay language
// https://github.com/jckarter/clay/blob/master/compiler/src/externals.cpp
import driver::session::{session, arch_x86_64};
import syntax::codemap::span;
import libc::c_uint;