Skip to content

Commit 8a120cc

Browse files
committed
Update tidy allowed deps list
1 parent 82b4972 commit 8a120cc

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

src/tools/tidy/src/deps.rs

+12-3
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ const EXCEPTIONS_CRANELIFT: &[(&str, &str)] = &[
7979
("cranelift-codegen", "Apache-2.0 WITH LLVM-exception"),
8080
("cranelift-codegen-meta", "Apache-2.0 WITH LLVM-exception"),
8181
("cranelift-codegen-shared", "Apache-2.0 WITH LLVM-exception"),
82+
("cranelift-control", "Apache-2.0 WITH LLVM-exception"),
8283
("cranelift-entity", "Apache-2.0 WITH LLVM-exception"),
8384
("cranelift-frontend", "Apache-2.0 WITH LLVM-exception"),
8485
("cranelift-isle", "Apache-2.0 WITH LLVM-exception"),
@@ -309,15 +310,16 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
309310
// tidy-alphabetical-start
310311
"ahash",
311312
"anyhow",
313+
"arbitrary",
312314
"autocfg",
313315
"bitflags",
314316
"bumpalo",
315-
"byteorder",
316317
"cfg-if",
317318
"cranelift-bforest",
318319
"cranelift-codegen",
319320
"cranelift-codegen-meta",
320321
"cranelift-codegen-shared",
322+
"cranelift-control",
321323
"cranelift-entity",
322324
"cranelift-frontend",
323325
"cranelift-isle",
@@ -327,7 +329,6 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
327329
"cranelift-object",
328330
"crc32fast",
329331
"fallible-iterator",
330-
"fxhash",
331332
"gimli",
332333
"hashbrown",
333334
"indexmap",
@@ -337,9 +338,9 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
337338
"mach",
338339
"memchr",
339340
"object",
340-
"once_cell",
341341
"regalloc2",
342342
"region",
343+
"rustc-hash",
343344
"slice-group-by",
344345
"smallvec",
345346
"stable_deref_trait",
@@ -350,6 +351,14 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
350351
"winapi-i686-pc-windows-gnu",
351352
"winapi-x86_64-pc-windows-gnu",
352353
"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",
353362
// tidy-alphabetical-end
354363
];
355364

0 commit comments

Comments
 (0)