diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2019-10-12 12:57:36 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2019-10-13 14:35:14 +0200 |
| commit | 5f203d5988e86a23d806c3d16c3a24bcb99610e3 (patch) | |
| tree | 4459347a73e48b66083e3b2ef436a0a1ba289522 /src/librustc_codegen_llvm/lib.rs | |
| parent | 41d329c10d68d1ddefde134d6c276d384a68d1a1 (diff) | |
| download | rust-5f203d5988e86a23d806c3d16c3a24bcb99610e3.tar.gz rust-5f203d5988e86a23d806c3d16c3a24bcb99610e3.zip | |
Move some provides from cg_llvm to rustc_interface
Diffstat (limited to 'src/librustc_codegen_llvm/lib.rs')
| -rw-r--r-- | src/librustc_codegen_llvm/lib.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/librustc_codegen_llvm/lib.rs b/src/librustc_codegen_llvm/lib.rs index 6c44c6b8464..e675e976358 100644 --- a/src/librustc_codegen_llvm/lib.rs +++ b/src/librustc_codegen_llvm/lib.rs @@ -267,15 +267,10 @@ impl CodegenBackend for LlvmCodegenBackend { } fn provide(&self, providers: &mut ty::query::Providers<'_>) { - rustc_codegen_utils::symbol_names::provide(providers); - rustc_codegen_ssa::back::symbol_export::provide(providers); - rustc_codegen_ssa::base::provide_both(providers); attributes::provide(providers); } fn provide_extern(&self, providers: &mut ty::query::Providers<'_>) { - rustc_codegen_ssa::back::symbol_export::provide_extern(providers); - rustc_codegen_ssa::base::provide_both(providers); attributes::provide_extern(providers); } |
