diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-02-07 20:58:27 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-02-07 20:58:27 +0000 |
| commit | cac271fd388c0f6a4611ac240ba43fd941eeae21 (patch) | |
| tree | 6dbcab6c81f42afd2e788c1978ebd27337b20ffc /compiler/rustc_codegen_cranelift/example | |
| parent | a9e7b30487235621751cc628f170c0f15fb215c4 (diff) | |
| parent | 8332329f83d4ef34479fec67cc21b21246dca6b5 (diff) | |
Merge commit '8332329f83d4ef34479fec67cc21b21246dca6b5' into sync_cg_clif-2025-02-07
Diffstat (limited to 'compiler/rustc_codegen_cranelift/example')
| -rw-r--r-- | compiler/rustc_codegen_cranelift/example/mini_core_hello_world.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_cranelift/example/mini_core_hello_world.rs b/compiler/rustc_codegen_cranelift/example/mini_core_hello_world.rs index e47431e0f87..09d5b73fd3d 100644 --- a/compiler/rustc_codegen_cranelift/example/mini_core_hello_world.rs +++ b/compiler/rustc_codegen_cranelift/example/mini_core_hello_world.rs @@ -274,7 +274,7 @@ fn main() { assert_eq!(((|()| 42u8) as fn(()) -> u8)(()), 42); - #[cfg(not(any(jit, windows)))] + #[cfg(not(any(jit, target_vendor = "apple", windows)))] { extern "C" { #[linkage = "extern_weak"] |
