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 16c041d commit dbe8682Copy full SHA for dbe8682
src/tools/tidy/src/deps.rs
@@ -206,6 +206,7 @@ const EXCEPTIONS_CRANELIFT: ExceptionList = &[
206
("regalloc2", "Apache-2.0 WITH LLVM-exception"),
207
("target-lexicon", "Apache-2.0 WITH LLVM-exception"),
208
("wasmtime-jit-icache-coherence", "Apache-2.0 WITH LLVM-exception"),
209
+ ("wasmtime-math", "Apache-2.0 WITH LLVM-exception"),
210
// tidy-alphabetical-end
211
];
212
@@ -537,6 +538,7 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
537
538
"indexmap",
539
"libc",
540
"libloading",
541
+ "libm",
542
"log",
543
"mach2",
544
"memchr",
@@ -554,6 +556,7 @@ const PERMITTED_CRANELIFT_DEPENDENCIES: &[&str] = &[
554
556
"target-lexicon",
555
557
"unicode-ident",
558
"wasmtime-jit-icache-coherence",
559
+ "wasmtime-math",
560
"windows-sys",
561
"windows-targets",
562
"windows_aarch64_gnullvm",
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments