@@ -2134,6 +2134,32 @@ dependencies = [
2134
2134
" rustc_llvm 0.0.0" ,
2135
2135
]
2136
2136
2137
+ [[package ]]
2138
+ name = " rustc_codegen_ssa"
2139
+ version = " 0.0.0"
2140
+ dependencies = [
2141
+ " bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
2142
+ " cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" ,
2143
+ " jobserver 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
2144
+ " log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2145
+ " memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
2146
+ " num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2147
+ " rustc 0.0.0" ,
2148
+ " rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" ,
2149
+ " rustc_allocator 0.0.0" ,
2150
+ " rustc_apfloat 0.0.0" ,
2151
+ " rustc_codegen_utils 0.0.0" ,
2152
+ " rustc_data_structures 0.0.0" ,
2153
+ " rustc_errors 0.0.0" ,
2154
+ " rustc_fs_util 0.0.0" ,
2155
+ " rustc_incremental 0.0.0" ,
2156
+ " rustc_mir 0.0.0" ,
2157
+ " rustc_target 0.0.0" ,
2158
+ " serialize 0.0.0" ,
2159
+ " syntax 0.0.0" ,
2160
+ " syntax_pos 0.0.0" ,
2161
+ ]
2162
+
2137
2163
[[package ]]
2138
2164
name = " rustc_codegen_utils"
2139
2165
version = " 0.0.0"
@@ -2193,6 +2219,7 @@ dependencies = [
2193
2219
" rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2194
2220
" rustc_allocator 0.0.0" ,
2195
2221
" rustc_borrowck 0.0.0" ,
2222
+ " rustc_codegen_ssa 0.0.0" ,
2196
2223
" rustc_codegen_utils 0.0.0" ,
2197
2224
" rustc_data_structures 0.0.0" ,
2198
2225
" rustc_errors 0.0.0" ,
0 commit comments