diff options
| author | Zalathar <Zalathar@users.noreply.github.com> | 2025-01-06 21:36:38 +1100 |
|---|---|---|
| committer | Zalathar <Zalathar@users.noreply.github.com> | 2025-01-21 14:41:44 +1100 |
| commit | d10bdafa26a58356b6aeba18e6e07693157636df (patch) | |
| tree | d0d635b2d78ac7229200a51b889cb082602ef0aa /compiler/rustc_codegen_llvm | |
| parent | 32f1c1d85e6ef9b0fa32438e64d5f319ee498ff9 (diff) | |
| download | rust-d10bdafa26a58356b6aeba18e6e07693157636df.tar.gz rust-d10bdafa26a58356b6aeba18e6e07693157636df.zip | |
Note that cg_llvm's gimli should match the version used elsewhere
Diffstat (limited to 'compiler/rustc_codegen_llvm')
| -rw-r--r-- | compiler/rustc_codegen_llvm/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_llvm/Cargo.toml b/compiler/rustc_codegen_llvm/Cargo.toml index c44d1a5e5c2..94f21ac5f57 100644 --- a/compiler/rustc_codegen_llvm/Cargo.toml +++ b/compiler/rustc_codegen_llvm/Cargo.toml @@ -9,6 +9,8 @@ test = false [dependencies] # tidy-alphabetical-start bitflags = "2.4.1" +# To avoid duplicate dependencies, this should match the version of gimli used +# by `rustc_codegen_ssa` via its `thorin-dwp` dependency. gimli = "0.30" itertools = "0.12" libc = "0.2" |
