Skip to content

Commit 08f6747

Browse files
committed
Update tidy exceptions
1 parent 1111a97 commit 08f6747

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tools/tidy/src/deps.rs

+4
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ const EXCEPTIONS_RUSTBOOK: ExceptionList = &[
181181

182182
const EXCEPTIONS_CRANELIFT: ExceptionList = &[
183183
// tidy-alphabetical-start
184+
("cranelift-assembler-x64", "Apache-2.0 WITH LLVM-exception"),
185+
("cranelift-assembler-x64-meta", "Apache-2.0 WITH LLVM-exception"),
184186
("cranelift-bforest", "Apache-2.0 WITH LLVM-exception"),
185187
("cranelift-bitset", "Apache-2.0 WITH LLVM-exception"),
186188
("cranelift-codegen", "Apache-2.0 WITH LLVM-exception"),
@@ -512,6 +514,8 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
512514
"bitflags",
513515
"bumpalo",
514516
"cfg-if",
517+
"cranelift-assembler-x64",
518+
"cranelift-assembler-x64-meta",
515519
"cranelift-bforest",
516520
"cranelift-bitset",
517521
"cranelift-codegen",

0 commit comments

Comments
 (0)