X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_codegen_llvm%2Fsrc%2Fllvm_util.rs;h=1b049dfe9790444e300423cbbef45ccb27370168;hb=963a9ecb85f3b2c3d1ad2915ed8f4bcba919d7ae;hp=f5d676c44e3428b83677bd237daf7e5ad9ca2782;hpb=25ea5a36c6e3a4fa1f739538d9e89eb1cd747564;p=rust.git diff --git a/compiler/rustc_codegen_llvm/src/llvm_util.rs b/compiler/rustc_codegen_llvm/src/llvm_util.rs index f5d676c44e3..1b049dfe979 100644 --- a/compiler/rustc_codegen_llvm/src/llvm_util.rs +++ b/compiler/rustc_codegen_llvm/src/llvm_util.rs @@ -15,7 +15,6 @@ use rustc_target::spec::{MergeFunctions, PanicStrategy}; use smallvec::{smallvec, SmallVec}; use std::ffi::{CStr, CString}; -use tracing::debug; use std::mem; use std::path::Path;