rustc_codegen_llvm: Remove unused dependency rustc_incremental

Unused since commit f141acf067
("Move finalize_session_directory call out of cg_llvm").
This commit is contained in:
Josh Triplett 2021-06-24 23:05:14 -07:00
parent e37d6a9bae
commit aadbf75283
2 changed files with 0 additions and 2 deletions

View File

@ -3715,7 +3715,6 @@ dependencies = [
"rustc_errors", "rustc_errors",
"rustc_fs_util", "rustc_fs_util",
"rustc_hir", "rustc_hir",
"rustc_incremental",
"rustc_index", "rustc_index",
"rustc_llvm", "rustc_llvm",
"rustc_metadata", "rustc_metadata",

View File

@ -23,7 +23,6 @@ rustc_data_structures = { path = "../rustc_data_structures" }
rustc_errors = { path = "../rustc_errors" } rustc_errors = { path = "../rustc_errors" }
rustc_fs_util = { path = "../rustc_fs_util" } rustc_fs_util = { path = "../rustc_fs_util" }
rustc_hir = { path = "../rustc_hir" } rustc_hir = { path = "../rustc_hir" }
rustc_incremental = { path = "../rustc_incremental" }
rustc_index = { path = "../rustc_index" } rustc_index = { path = "../rustc_index" }
rustc_llvm = { path = "../rustc_llvm" } rustc_llvm = { path = "../rustc_llvm" }
rustc_metadata = { path = "../rustc_metadata" } rustc_metadata = { path = "../rustc_metadata" }