File tree 1 file changed +0
-20
lines changed
src/librustc_codegen_llvm
1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 23
23
use back:: write:: { create_target_machine, create_informational_target_machine} ;
24
24
use syntax_pos:: symbol:: Symbol ;
25
25
26
- extern crate rustc_demangle;
27
- extern crate flate2;
28
- #[ macro_use] extern crate bitflags;
29
- extern crate libc;
30
- #[ macro_use] extern crate rustc;
31
- extern crate rustc_target;
32
- #[ macro_use] extern crate rustc_data_structures;
33
- extern crate rustc_feature;
34
- extern crate rustc_index;
35
- extern crate rustc_incremental;
36
- extern crate rustc_codegen_utils;
37
- extern crate rustc_codegen_ssa;
38
- extern crate rustc_fs_util;
39
-
40
- #[ macro_use] extern crate log;
41
- extern crate smallvec;
42
- extern crate syntax;
43
- extern crate syntax_pos;
44
- extern crate rustc_errors as errors;
45
-
46
26
use rustc_codegen_ssa:: traits:: * ;
47
27
use rustc_codegen_ssa:: back:: write:: { CodegenContext , ModuleConfig , FatLTOInput } ;
48
28
use rustc_codegen_ssa:: back:: lto:: { SerializedModule , LtoModuleCodegen , ThinModule } ;
You can’t perform that action at this time.
0 commit comments