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 = &[
181181
182182const 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" ,
You can’t perform that action at this time.
0 commit comments