File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -206,6 +206,7 @@ const EXCEPTIONS_CRANELIFT: ExceptionList = &[
206
206
( "regalloc2" , "Apache-2.0 WITH LLVM-exception" ) ,
207
207
( "target-lexicon" , "Apache-2.0 WITH LLVM-exception" ) ,
208
208
( "wasmtime-jit-icache-coherence" , "Apache-2.0 WITH LLVM-exception" ) ,
209
+ ( "wasmtime-math" , "Apache-2.0 WITH LLVM-exception" ) ,
209
210
// tidy-alphabetical-end
210
211
] ;
211
212
@@ -537,6 +538,7 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
537
538
"indexmap" ,
538
539
"libc" ,
539
540
"libloading" ,
541
+ "libm" ,
540
542
"log" ,
541
543
"mach2" ,
542
544
"memchr" ,
@@ -554,6 +556,7 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
554
556
"target-lexicon" ,
555
557
"unicode-ident" ,
556
558
"wasmtime-jit-icache-coherence" ,
559
+ "wasmtime-math" ,
557
560
"windows-sys" ,
558
561
"windows-targets" ,
559
562
"windows_aarch64_gnullvm" ,
You can’t perform that action at this time.
0 commit comments