@@ -59,7 +59,6 @@ const EXCEPTIONS_CRANELIFT: &[(&str, &str)] = &[
59
59
( "cranelift-codegen" , "Apache-2.0 WITH LLVM-exception" ) ,
60
60
( "cranelift-codegen-meta" , "Apache-2.0 WITH LLVM-exception" ) ,
61
61
( "cranelift-codegen-shared" , "Apache-2.0 WITH LLVM-exception" ) ,
62
- ( "cranelift-egraph" , "Apache-2.0 WITH LLVM-exception" ) ,
63
62
( "cranelift-entity" , "Apache-2.0 WITH LLVM-exception" ) ,
64
63
( "cranelift-frontend" , "Apache-2.0 WITH LLVM-exception" ) ,
65
64
( "cranelift-isle" , "Apache-2.0 WITH LLVM-exception" ) ,
@@ -286,7 +285,6 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
286
285
"cranelift-codegen" ,
287
286
"cranelift-codegen-meta" ,
288
287
"cranelift-codegen-shared" ,
289
- "cranelift-egraph" ,
290
288
"cranelift-entity" ,
291
289
"cranelift-frontend" ,
292
290
"cranelift-isle" ,
@@ -321,10 +319,12 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
321
319
"winapi-i686-pc-windows-gnu" ,
322
320
"winapi-x86_64-pc-windows-gnu" ,
323
321
"windows-sys" ,
322
+ "windows_aarch64_gnullvm" ,
324
323
"windows_aarch64_msvc" ,
325
324
"windows_i686_gnu" ,
326
325
"windows_i686_msvc" ,
327
326
"windows_x86_64_gnu" ,
327
+ "windows_x86_64_gnullvm" ,
328
328
"windows_x86_64_msvc" ,
329
329
] ;
330
330
0 commit comments