Skip to content

Commit dbe8682

Browse files
committed
Update tidy exceptions
1 parent 16c041d commit dbe8682

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tools/tidy/src/deps.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ const EXCEPTIONS_CRANELIFT: ExceptionList = &[
206206
("regalloc2", "Apache-2.0 WITH LLVM-exception"),
207207
("target-lexicon", "Apache-2.0 WITH LLVM-exception"),
208208
("wasmtime-jit-icache-coherence", "Apache-2.0 WITH LLVM-exception"),
209+
("wasmtime-math", "Apache-2.0 WITH LLVM-exception"),
209210
// tidy-alphabetical-end
210211
];
211212

@@ -537,6 +538,7 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
537538
"indexmap",
538539
"libc",
539540
"libloading",
541+
"libm",
540542
"log",
541543
"mach2",
542544
"memchr",
@@ -554,6 +556,7 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
554556
"target-lexicon",
555557
"unicode-ident",
556558
"wasmtime-jit-icache-coherence",
559+
"wasmtime-math",
557560
"windows-sys",
558561
"windows-targets",
559562
"windows_aarch64_gnullvm",

0 commit comments

Comments
 (0)