diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-06-24 11:38:38 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-06-24 11:38:38 +0000 |
| commit | dbe8682cd1c88dd7027004f7ffdf3d16d27015c4 (patch) | |
| tree | 80fc3fb3f4a9521708db807f9211465a3fa105e5 | |
| parent | 16c041d973631df277a3d82f4b94293f8e26c8d9 (diff) | |
| download | rust-dbe8682cd1c88dd7027004f7ffdf3d16d27015c4.tar.gz rust-dbe8682cd1c88dd7027004f7ffdf3d16d27015c4.zip | |
Update tidy exceptions
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 3 |
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", |
