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 24
24
use back:: write:: { create_target_machine, create_informational_target_machine} ;
25
25
use syntax_pos:: symbol:: Symbol ;
26
26
27
- extern crate rustc_demangle;
28
- extern crate flate2;
29
- #[ macro_use] extern crate bitflags;
30
- extern crate libc;
31
- #[ macro_use] extern crate rustc;
32
- extern crate rustc_target;
33
- #[ macro_use] extern crate rustc_data_structures;
34
- extern crate rustc_feature;
35
- extern crate rustc_index;
36
- extern crate rustc_incremental;
37
- extern crate rustc_codegen_utils;
38
- extern crate rustc_codegen_ssa;
39
- extern crate rustc_fs_util;
40
-
41
- #[ macro_use] extern crate log;
42
- extern crate smallvec;
43
- extern crate syntax;
44
- extern crate syntax_pos;
45
- extern crate rustc_errors as errors;
46
-
47
27
use rustc_codegen_ssa:: traits:: * ;
48
28
use rustc_codegen_ssa:: back:: write:: { CodegenContext , ModuleConfig , FatLTOInput } ;
49
29
use rustc_codegen_ssa:: back:: lto:: { SerializedModule , LtoModuleCodegen , ThinModule } ;
You can’t perform that action at this time.
0 commit comments