]> git.lizzy.rs Git - rust.git/commitdiff
Update tidy for cranelift-egraph removal and new windows-sys targets
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>
Tue, 24 Jan 2023 18:03:13 +0000 (19:03 +0100)
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>
Tue, 24 Jan 2023 18:03:13 +0000 (19:03 +0100)
src/tools/tidy/src/deps.rs

index bc2edf634de2b617b5f0c46da2c20051f379784c..8ce19c8b5145b818342fa6b5e797ab825bb5bba8 100644 (file)
@@ -59,7 +59,6 @@
     ("cranelift-codegen", "Apache-2.0 WITH LLVM-exception"),
     ("cranelift-codegen-meta", "Apache-2.0 WITH LLVM-exception"),
     ("cranelift-codegen-shared", "Apache-2.0 WITH LLVM-exception"),
-    ("cranelift-egraph", "Apache-2.0 WITH LLVM-exception"),
     ("cranelift-entity", "Apache-2.0 WITH LLVM-exception"),
     ("cranelift-frontend", "Apache-2.0 WITH LLVM-exception"),
     ("cranelift-isle", "Apache-2.0 WITH LLVM-exception"),
     "cranelift-codegen",
     "cranelift-codegen-meta",
     "cranelift-codegen-shared",
-    "cranelift-egraph",
     "cranelift-entity",
     "cranelift-frontend",
     "cranelift-isle",
     "winapi-i686-pc-windows-gnu",
     "winapi-x86_64-pc-windows-gnu",
     "windows-sys",
+    "windows_aarch64_gnullvm",
     "windows_aarch64_msvc",
     "windows_i686_gnu",
     "windows_i686_msvc",
     "windows_x86_64_gnu",
+    "windows_x86_64_gnullvm",
     "windows_x86_64_msvc",
 ];