File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,8 @@ const EXCEPTIONS_RUSTBOOK: ExceptionList = &[
181
181
182
182
const EXCEPTIONS_CRANELIFT : ExceptionList = & [
183
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" ) ,
184
186
( "cranelift-bforest" , "Apache-2.0 WITH LLVM-exception" ) ,
185
187
( "cranelift-bitset" , "Apache-2.0 WITH LLVM-exception" ) ,
186
188
( "cranelift-codegen" , "Apache-2.0 WITH LLVM-exception" ) ,
@@ -512,6 +514,8 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
512
514
"bitflags" ,
513
515
"bumpalo" ,
514
516
"cfg-if" ,
517
+ "cranelift-assembler-x64" ,
518
+ "cranelift-assembler-x64-meta" ,
515
519
"cranelift-bforest" ,
516
520
"cranelift-bitset" ,
517
521
"cranelift-codegen" ,
You can’t perform that action at this time.
0 commit comments