@@ -79,6 +79,7 @@ const EXCEPTIONS_CRANELIFT: &[(&str, &str)] = &[
79
79
( "cranelift-codegen" , "Apache-2.0 WITH LLVM-exception" ) ,
80
80
( "cranelift-codegen-meta" , "Apache-2.0 WITH LLVM-exception" ) ,
81
81
( "cranelift-codegen-shared" , "Apache-2.0 WITH LLVM-exception" ) ,
82
+ ( "cranelift-control" , "Apache-2.0 WITH LLVM-exception" ) ,
82
83
( "cranelift-entity" , "Apache-2.0 WITH LLVM-exception" ) ,
83
84
( "cranelift-frontend" , "Apache-2.0 WITH LLVM-exception" ) ,
84
85
( "cranelift-isle" , "Apache-2.0 WITH LLVM-exception" ) ,
@@ -309,15 +310,16 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
309
310
// tidy-alphabetical-start
310
311
"ahash" ,
311
312
"anyhow" ,
313
+ "arbitrary" ,
312
314
"autocfg" ,
313
315
"bitflags" ,
314
316
"bumpalo" ,
315
- "byteorder" ,
316
317
"cfg-if" ,
317
318
"cranelift-bforest" ,
318
319
"cranelift-codegen" ,
319
320
"cranelift-codegen-meta" ,
320
321
"cranelift-codegen-shared" ,
322
+ "cranelift-control" ,
321
323
"cranelift-entity" ,
322
324
"cranelift-frontend" ,
323
325
"cranelift-isle" ,
@@ -327,7 +329,6 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
327
329
"cranelift-object" ,
328
330
"crc32fast" ,
329
331
"fallible-iterator" ,
330
- "fxhash" ,
331
332
"gimli" ,
332
333
"hashbrown" ,
333
334
"indexmap" ,
@@ -337,9 +338,9 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
337
338
"mach" ,
338
339
"memchr" ,
339
340
"object" ,
340
- "once_cell" ,
341
341
"regalloc2" ,
342
342
"region" ,
343
+ "rustc-hash" ,
343
344
"slice-group-by" ,
344
345
"smallvec" ,
345
346
"stable_deref_trait" ,
@@ -350,6 +351,14 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
350
351
"winapi-i686-pc-windows-gnu" ,
351
352
"winapi-x86_64-pc-windows-gnu" ,
352
353
"windows-sys" ,
354
+ "windows-targets" ,
355
+ "windows_aarch64_gnullvm" ,
356
+ "windows_aarch64_msvc" ,
357
+ "windows_i686_gnu" ,
358
+ "windows_i686_msvc" ,
359
+ "windows_x86_64_gnu" ,
360
+ "windows_x86_64_gnullvm" ,
361
+ "windows_x86_64_msvc" ,
353
362
// tidy-alphabetical-end
354
363
] ;
355
364
0 commit comments