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 = &[
206206 ( "regalloc2" , "Apache-2.0 WITH LLVM-exception" ) ,
207207 ( "target-lexicon" , "Apache-2.0 WITH LLVM-exception" ) ,
208208 ( "wasmtime-jit-icache-coherence" , "Apache-2.0 WITH LLVM-exception" ) ,
209+ ( "wasmtime-math" , "Apache-2.0 WITH LLVM-exception" ) ,
209210 // tidy-alphabetical-end
210211] ;
211212
@@ -537,6 +538,7 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
537538 "indexmap" ,
538539 "libc" ,
539540 "libloading" ,
541+ "libm" ,
540542 "log" ,
541543 "mach2" ,
542544 "memchr" ,
@@ -554,6 +556,7 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
554556 "target-lexicon" ,
555557 "unicode-ident" ,
556558 "wasmtime-jit-icache-coherence" ,
559+ "wasmtime-math" ,
557560 "windows-sys" ,
558561 "windows-targets" ,
559562 "windows_aarch64_gnullvm" ,
You can’t perform that action at this time.
0 commit comments