Skip to content

Commit 13e33c0

Browse files
committed
Add tidy exceptions
1 parent 9496999 commit 13e33c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/tools/tidy/src/deps.rs

+6
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ const EXCEPTIONS_CRANELIFT: &[(&str, &str)] = &[
5757
("cranelift-codegen", "Apache-2.0 WITH LLVM-exception"),
5858
("cranelift-codegen-meta", "Apache-2.0 WITH LLVM-exception"),
5959
("cranelift-codegen-shared", "Apache-2.0 WITH LLVM-exception"),
60+
("cranelift-egraph", "Apache-2.0 WITH LLVM-exception"),
6061
("cranelift-entity", "Apache-2.0 WITH LLVM-exception"),
6162
("cranelift-frontend", "Apache-2.0 WITH LLVM-exception"),
6263
("cranelift-isle", "Apache-2.0 WITH LLVM-exception"),
@@ -67,6 +68,7 @@ const EXCEPTIONS_CRANELIFT: &[(&str, &str)] = &[
6768
("mach", "BSD-2-Clause"),
6869
("regalloc2", "Apache-2.0 WITH LLVM-exception"),
6970
("target-lexicon", "Apache-2.0 WITH LLVM-exception"),
71+
("wasmtime-jit-icache-coherence", "Apache-2.0 WITH LLVM-exception"),
7072
];
7173

7274
const EXCEPTIONS_BOOTSTRAP: &[(&str, &str)] = &[
@@ -291,6 +293,7 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
291293
"cranelift-codegen",
292294
"cranelift-codegen-meta",
293295
"cranelift-codegen-shared",
296+
"cranelift-egraph",
294297
"cranelift-entity",
295298
"cranelift-frontend",
296299
"cranelift-isle",
@@ -299,6 +302,7 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
299302
"cranelift-native",
300303
"cranelift-object",
301304
"crc32fast",
305+
"fallible-iterator",
302306
"fxhash",
303307
"getrandom",
304308
"gimli",
@@ -315,9 +319,11 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
315319
"region",
316320
"slice-group-by",
317321
"smallvec",
322+
"stable_deref_trait",
318323
"target-lexicon",
319324
"version_check",
320325
"wasi",
326+
"wasmtime-jit-icache-coherence",
321327
"winapi",
322328
"winapi-i686-pc-windows-gnu",
323329
"winapi-x86_64-pc-windows-gnu",

0 commit comments

Comments
 (0)