@@ -1896,6 +1896,52 @@ dependencies = [
1896
1896
" syntax_pos 0.0.0" ,
1897
1897
]
1898
1898
1899
+ [[package ]]
1900
+ name = " rustc_codegen_llvm"
1901
+ version = " 0.0.0"
1902
+ dependencies = [
1903
+ " bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
1904
+ " cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
1905
+ " env_logger 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
1906
+ " flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
1907
+ " jobserver 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
1908
+ " libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)" ,
1909
+ " log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
1910
+ " num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1911
+ " rustc 0.0.0" ,
1912
+ " rustc-demangle 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
1913
+ " rustc_allocator 0.0.0" ,
1914
+ " rustc_apfloat 0.0.0" ,
1915
+ " rustc_codegen_utils 0.0.0" ,
1916
+ " rustc_data_structures 0.0.0" ,
1917
+ " rustc_errors 0.0.0" ,
1918
+ " rustc_incremental 0.0.0" ,
1919
+ " rustc_llvm 0.0.0" ,
1920
+ " rustc_mir 0.0.0" ,
1921
+ " rustc_platform_intrinsics 0.0.0" ,
1922
+ " rustc_target 0.0.0" ,
1923
+ " serialize 0.0.0" ,
1924
+ " syntax 0.0.0" ,
1925
+ " syntax_pos 0.0.0" ,
1926
+ " tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
1927
+ ]
1928
+
1929
+ [[package ]]
1930
+ name = " rustc_codegen_utils"
1931
+ version = " 0.0.0"
1932
+ dependencies = [
1933
+ " ar 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
1934
+ " flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
1935
+ " log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
1936
+ " rustc 0.0.0" ,
1937
+ " rustc_data_structures 0.0.0" ,
1938
+ " rustc_incremental 0.0.0" ,
1939
+ " rustc_mir 0.0.0" ,
1940
+ " rustc_target 0.0.0" ,
1941
+ " syntax 0.0.0" ,
1942
+ " syntax_pos 0.0.0" ,
1943
+ ]
1944
+
1899
1945
[[package ]]
1900
1946
name = " rustc_cratesio_shim"
1901
1947
version = " 0.0.0"
@@ -1932,6 +1978,7 @@ dependencies = [
1932
1978
" rustc-rayon 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1933
1979
" rustc_allocator 0.0.0" ,
1934
1980
" rustc_borrowck 0.0.0" ,
1981
+ " rustc_codegen_utils 0.0.0" ,
1935
1982
" rustc_data_structures 0.0.0" ,
1936
1983
" rustc_errors 0.0.0" ,
1937
1984
" rustc_incremental 0.0.0" ,
@@ -1945,7 +1992,6 @@ dependencies = [
1945
1992
" rustc_save_analysis 0.0.0" ,
1946
1993
" rustc_target 0.0.0" ,
1947
1994
" rustc_traits 0.0.0" ,
1948
- " rustc_trans_utils 0.0.0" ,
1949
1995
" rustc_typeck 0.0.0" ,
1950
1996
" scoped-tls 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
1951
1997
" serialize 0.0.0" ,
@@ -2155,52 +2201,6 @@ dependencies = [
2155
2201
" syntax_pos 0.0.0" ,
2156
2202
]
2157
2203
2158
- [[package ]]
2159
- name = " rustc_trans"
2160
- version = " 0.0.0"
2161
- dependencies = [
2162
- " bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2163
- " cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
2164
- " env_logger 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
2165
- " flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2166
- " jobserver 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
2167
- " libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)" ,
2168
- " log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2169
- " num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2170
- " rustc 0.0.0" ,
2171
- " rustc-demangle 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
2172
- " rustc_allocator 0.0.0" ,
2173
- " rustc_apfloat 0.0.0" ,
2174
- " rustc_data_structures 0.0.0" ,
2175
- " rustc_errors 0.0.0" ,
2176
- " rustc_incremental 0.0.0" ,
2177
- " rustc_llvm 0.0.0" ,
2178
- " rustc_mir 0.0.0" ,
2179
- " rustc_platform_intrinsics 0.0.0" ,
2180
- " rustc_target 0.0.0" ,
2181
- " rustc_trans_utils 0.0.0" ,
2182
- " serialize 0.0.0" ,
2183
- " syntax 0.0.0" ,
2184
- " syntax_pos 0.0.0" ,
2185
- " tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
2186
- ]
2187
-
2188
- [[package ]]
2189
- name = " rustc_trans_utils"
2190
- version = " 0.0.0"
2191
- dependencies = [
2192
- " ar 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2193
- " flate2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2194
- " log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2195
- " rustc 0.0.0" ,
2196
- " rustc_data_structures 0.0.0" ,
2197
- " rustc_incremental 0.0.0" ,
2198
- " rustc_mir 0.0.0" ,
2199
- " rustc_target 0.0.0" ,
2200
- " syntax 0.0.0" ,
2201
- " syntax_pos 0.0.0" ,
2202
- ]
2203
-
2204
2204
[[package ]]
2205
2205
name = " rustc_tsan"
2206
2206
version = " 0.0.0"
0 commit comments