about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAmanieu d'Antras <amanieu@gmail.com>2024-01-04 08:34:02 +0000
committerAmanieu d'Antras <amanieu@gmail.com>2024-01-30 03:34:30 +0000
commitbfe6421d0b4ccf0353990e16801043e2a8847cc7 (patch)
tree49cfac1b1e8754de2e83c8515b82e77dfca3b38a
parenta00ec2d93bdaad574e339b0306e7bd7d01e3bc44 (diff)
downloadrust-bfe6421d0b4ccf0353990e16801043e2a8847cc7.tar.gz
rust-bfe6421d0b4ccf0353990e16801043e2a8847cc7.zip
Update allowed depdendencies for cranelift
-rw-r--r--src/tools/tidy/src/deps.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs
index b06c072a2b0..48406d81af5 100644
--- a/src/tools/tidy/src/deps.rs
+++ b/src/tools/tidy/src/deps.rs
@@ -458,13 +458,17 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
     "mach",
     "memchr",
     "object",
+    "proc-macro2",
+    "quote",
     "regalloc2",
     "region",
     "rustc-hash",
     "slice-group-by",
     "smallvec",
     "stable_deref_trait",
+    "syn",
     "target-lexicon",
+    "unicode-ident",
     "version_check",
     "wasmtime-jit-icache-coherence",
     "winapi",
@@ -479,6 +483,8 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
     "windows_x86_64_gnu",
     "windows_x86_64_gnullvm",
     "windows_x86_64_msvc",
+    "zerocopy",
+    "zerocopy-derive",
     // tidy-alphabetical-end
 ];