File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ DEPS_rustc_const_eval := rustc_const_math rustc syntax log serialize \
97
97
rustc_back graphviz
98
98
99
99
DEPS_rustc := syntax fmt_macros flate arena serialize getopts rbml \
100
- log graphviz rustc_back rustc_data_structures\
100
+ log graphviz rustc_llvm rustc_back rustc_data_structures\
101
101
rustc_const_math
102
102
DEPS_rustc_back := std syntax flate log libc
103
103
DEPS_rustc_borrowck := rustc rustc_mir log graphviz syntax
Original file line number Diff line number Diff line change @@ -19,5 +19,6 @@ rustc_back = { path = "../librustc_back" }
19
19
rustc_bitflags = { path = " ../librustc_bitflags" }
20
20
rustc_const_math = { path = " ../librustc_const_math" }
21
21
rustc_data_structures = { path = " ../librustc_data_structures" }
22
+ rustc_llvm = { path = " ../librustc_llvm" }
22
23
serialize = { path = " ../libserialize" }
23
24
syntax = { path = " ../libsyntax" }
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ extern crate getopts;
51
51
extern crate graphviz;
52
52
extern crate libc;
53
53
extern crate rbml;
54
+ extern crate rustc_llvm as llvm;
54
55
extern crate rustc_back;
55
56
extern crate rustc_data_structures;
56
57
extern crate serialize;
You can’t perform that action at this time.
0 commit comments