We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1111a97 commit 08f6747Copy full SHA for 08f6747
src/tools/tidy/src/deps.rs
@@ -181,6 +181,8 @@ const EXCEPTIONS_RUSTBOOK: ExceptionList = &[
181
182
const EXCEPTIONS_CRANELIFT: ExceptionList = &[
183
// tidy-alphabetical-start
184
+ ("cranelift-assembler-x64", "Apache-2.0 WITH LLVM-exception"),
185
+ ("cranelift-assembler-x64-meta", "Apache-2.0 WITH LLVM-exception"),
186
("cranelift-bforest", "Apache-2.0 WITH LLVM-exception"),
187
("cranelift-bitset", "Apache-2.0 WITH LLVM-exception"),
188
("cranelift-codegen", "Apache-2.0 WITH LLVM-exception"),
@@ -512,6 +514,8 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
512
514
"bitflags",
513
515
"bumpalo",
516
"cfg-if",
517
+ "cranelift-assembler-x64",
518
+ "cranelift-assembler-x64-meta",
519
"cranelift-bforest",
520
"cranelift-bitset",
521
"cranelift-codegen",
0 commit comments