We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3816385 commit 4aed799Copy full SHA for 4aed799
src/tools/tidy/src/deps.rs
@@ -200,6 +200,7 @@ const EXCEPTIONS_CRANELIFT: ExceptionList = &[
200
("cranelift-module", "Apache-2.0 WITH LLVM-exception"),
201
("cranelift-native", "Apache-2.0 WITH LLVM-exception"),
202
("cranelift-object", "Apache-2.0 WITH LLVM-exception"),
203
+ ("cranelift-srcgen", "Apache-2.0 WITH LLVM-exception"),
204
("foldhash", "Zlib"),
205
("mach2", "BSD-2-Clause OR MIT OR Apache-2.0"),
206
("regalloc2", "Apache-2.0 WITH LLVM-exception"),
@@ -525,6 +526,7 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
525
526
"cranelift-module",
527
"cranelift-native",
528
"cranelift-object",
529
+ "cranelift-srcgen",
530
"crc32fast",
531
"equivalent",
532
"fallible-iterator",
0 commit comments