X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_codegen_llvm%2FCargo.toml;h=3b410c2cb4a7ec629bf133d0cc13c2e6e4d0c8af;hb=609784711a0a3cb399299d65b58463253541b2da;hp=f77b0bc8cc9a2fa41a9b8f21abe831a992185536;hpb=7083f8edfd24b1c7f2c6375badd5cc16359c84fe;p=rust.git diff --git a/compiler/rustc_codegen_llvm/Cargo.toml b/compiler/rustc_codegen_llvm/Cargo.toml index f77b0bc8cc9..3b410c2cb4a 100644 --- a/compiler/rustc_codegen_llvm/Cargo.toml +++ b/compiler/rustc_codegen_llvm/Cargo.toml @@ -11,6 +11,7 @@ doctest = false bitflags = "1.0" cstr = "0.2" libc = "0.2" +libloading = "0.7.1" measureme = "10.0.0" tracing = "0.1" rustc_middle = { path = "../rustc_middle" }