cg_clif: Factor out rustc_target::abi
This commit is contained in:
parent
1379ef592a
commit
b3beb4efc7
2 changed files with 3 additions and 1 deletions
|
@ -15,6 +15,7 @@
|
|||
extern crate jobserver;
|
||||
#[macro_use]
|
||||
extern crate rustc_middle;
|
||||
extern crate rustc_abi;
|
||||
extern crate rustc_ast;
|
||||
extern crate rustc_codegen_ssa;
|
||||
extern crate rustc_data_structures;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue