@@ -59,7 +59,6 @@ const EXCEPTIONS_CRANELIFT: &[(&str, &str)] = &[
5959 ( "cranelift-codegen" , "Apache-2.0 WITH LLVM-exception" ) ,
6060 ( "cranelift-codegen-meta" , "Apache-2.0 WITH LLVM-exception" ) ,
6161 ( "cranelift-codegen-shared" , "Apache-2.0 WITH LLVM-exception" ) ,
62- ( "cranelift-egraph" , "Apache-2.0 WITH LLVM-exception" ) ,
6362 ( "cranelift-entity" , "Apache-2.0 WITH LLVM-exception" ) ,
6463 ( "cranelift-frontend" , "Apache-2.0 WITH LLVM-exception" ) ,
6564 ( "cranelift-isle" , "Apache-2.0 WITH LLVM-exception" ) ,
@@ -286,7 +285,6 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
286285 "cranelift-codegen" ,
287286 "cranelift-codegen-meta" ,
288287 "cranelift-codegen-shared" ,
289- "cranelift-egraph" ,
290288 "cranelift-entity" ,
291289 "cranelift-frontend" ,
292290 "cranelift-isle" ,
@@ -321,10 +319,12 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
321319 "winapi-i686-pc-windows-gnu" ,
322320 "winapi-x86_64-pc-windows-gnu" ,
323321 "windows-sys" ,
322+ "windows_aarch64_gnullvm" ,
324323 "windows_aarch64_msvc" ,
325324 "windows_i686_gnu" ,
326325 "windows_i686_msvc" ,
327326 "windows_x86_64_gnu" ,
327+ "windows_x86_64_gnullvm" ,
328328 "windows_x86_64_msvc" ,
329329] ;
330330
0 commit comments