about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/scripts/abi-cafe-rules.toml
blob: 54f9445c8e524a62d8b337a285eb4a1c87b051bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[target.'cfg(all(target_arch = "aarch64", target_os = "linux"))']
'F32Array::conv_c'.busted = "check"

[target.'cfg(all(target_arch = "aarch64", target_os = "macos"))']
'SingleVariantUnion::conv_c::repr_c'.busted = "check"
'OptionU128::conv_rust::repr_c::rustc_caller'.busted = "run"
'OptionU128::conv_rust::repr_c::cgclif_caller'.busted = "check"

[target.'cfg(all(target_arch = "x86_64", windows))']
'simple::conv_rust'.busted = "check"
'simple::conv_rust::rustc_caller'.busted = "run"

[target.'*'.'f16']
run = "skip"

[target.'*'.'f128']
run = "skip"