@@ -57,6 +57,7 @@ const EXCEPTIONS_CRANELIFT: &[(&str, &str)] = &[
57
57
( "cranelift-codegen" , "Apache-2.0 WITH LLVM-exception" ) ,
58
58
( "cranelift-codegen-meta" , "Apache-2.0 WITH LLVM-exception" ) ,
59
59
( "cranelift-codegen-shared" , "Apache-2.0 WITH LLVM-exception" ) ,
60
+ ( "cranelift-egraph" , "Apache-2.0 WITH LLVM-exception" ) ,
60
61
( "cranelift-entity" , "Apache-2.0 WITH LLVM-exception" ) ,
61
62
( "cranelift-frontend" , "Apache-2.0 WITH LLVM-exception" ) ,
62
63
( "cranelift-isle" , "Apache-2.0 WITH LLVM-exception" ) ,
@@ -67,6 +68,7 @@ const EXCEPTIONS_CRANELIFT: &[(&str, &str)] = &[
67
68
( "mach" , "BSD-2-Clause" ) ,
68
69
( "regalloc2" , "Apache-2.0 WITH LLVM-exception" ) ,
69
70
( "target-lexicon" , "Apache-2.0 WITH LLVM-exception" ) ,
71
+ ( "wasmtime-jit-icache-coherence" , "Apache-2.0 WITH LLVM-exception" ) ,
70
72
] ;
71
73
72
74
const EXCEPTIONS_BOOTSTRAP : & [ ( & str , & str ) ] = & [
@@ -291,6 +293,7 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
291
293
"cranelift-codegen" ,
292
294
"cranelift-codegen-meta" ,
293
295
"cranelift-codegen-shared" ,
296
+ "cranelift-egraph" ,
294
297
"cranelift-entity" ,
295
298
"cranelift-frontend" ,
296
299
"cranelift-isle" ,
@@ -299,6 +302,7 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
299
302
"cranelift-native" ,
300
303
"cranelift-object" ,
301
304
"crc32fast" ,
305
+ "fallible-iterator" ,
302
306
"fxhash" ,
303
307
"getrandom" ,
304
308
"gimli" ,
@@ -315,9 +319,11 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
315
319
"region" ,
316
320
"slice-group-by" ,
317
321
"smallvec" ,
322
+ "stable_deref_trait" ,
318
323
"target-lexicon" ,
319
324
"version_check" ,
320
325
"wasi" ,
326
+ "wasmtime-jit-icache-coherence" ,
321
327
"winapi" ,
322
328
"winapi-i686-pc-windows-gnu" ,
323
329
"winapi-x86_64-pc-windows-gnu" ,
0 commit comments