diff options
| author | bors <bors@rust-lang.org> | 2019-12-13 10:07:38 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-12-13 10:07:38 +0000 |
| commit | 3964a55ba59bb6c3d4badcbddc49f6929ef76862 (patch) | |
| tree | b93c1463acd9450d8a83d338d65c31ea94c2f69a /src/librustc_codegen_llvm/declare.rs | |
| parent | 9409c208a9a70eb6194c7502979843f42d6fed1a (diff) | |
| parent | 47e932b96e726d855f9885f073ef6b6b6bb78438 (diff) | |
Auto merge of #67077 - Aaron1011:build-llvm-in-binary, r=alexcrichton
rustc: Link LLVM directly into rustc again (take two) This is a continuation of PR https://github.com/rust-lang/rust/pull/65703
Diffstat (limited to 'src/librustc_codegen_llvm/declare.rs')
| -rw-r--r-- | src/librustc_codegen_llvm/declare.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_codegen_llvm/declare.rs b/src/librustc_codegen_llvm/declare.rs index fa9fc465368..5144b92ea10 100644 --- a/src/librustc_codegen_llvm/declare.rs +++ b/src/librustc_codegen_llvm/declare.rs @@ -22,6 +22,7 @@ use rustc::ty::Ty; use rustc::session::config::Sanitizer; use rustc_data_structures::small_c_str::SmallCStr; use rustc_codegen_ssa::traits::*; +use log::debug; /// Declare a function. /// |
