about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2025-06-24 18:48:12 +0000
committerbors <bors@rust-lang.org>2025-06-24 18:48:12 +0000
commit28f1c807911c63f08d98e7b468cfcf15a441e34b (patch)
tree55f7b7d7a42fadeda32d3973967ee5fd7c8fec74 /src
parent3129d37ef7075ee3cbaa3d6cbe1b5794f67192b0 (diff)
parentdbe8682cd1c88dd7027004f7ffdf3d16d27015c4 (diff)
downloadrust-28f1c807911c63f08d98e7b468cfcf15a441e34b.tar.gz
rust-28f1c807911c63f08d98e7b468cfcf15a441e34b.zip
Auto merge of #142959 - bjorn3:sync_cg_clif-2025-06-24, r=bjorn3
Subtree sync for rustc_codegen_cranelift

The main highlight this time is a Cranelift update.

r? `@ghost`

`@rustbot` label +A-codegen +A-cranelift +T-compiler
Diffstat (limited to 'src')
-rw-r--r--src/tools/tidy/src/deps.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs
index 716d42c32eb..4e0bbcd7c6c 100644
--- a/src/tools/tidy/src/deps.rs
+++ b/src/tools/tidy/src/deps.rs
@@ -206,6 +206,7 @@ const EXCEPTIONS_CRANELIFT: ExceptionList = &[
     ("regalloc2", "Apache-2.0 WITH LLVM-exception"),
     ("target-lexicon", "Apache-2.0 WITH LLVM-exception"),
     ("wasmtime-jit-icache-coherence", "Apache-2.0 WITH LLVM-exception"),
+    ("wasmtime-math", "Apache-2.0 WITH LLVM-exception"),
     // tidy-alphabetical-end
 ];
 
@@ -537,6 +538,7 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
     "indexmap",
     "libc",
     "libloading",
+    "libm",
     "log",
     "mach2",
     "memchr",
@@ -554,6 +556,7 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
     "target-lexicon",
     "unicode-ident",
     "wasmtime-jit-icache-coherence",
+    "wasmtime-math",
     "windows-sys",
     "windows-targets",
     "windows_aarch64_gnullvm",