Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 73d739f

Browse files
committed
rustc_llvm has linked llvm-wrapper
1 parent 4239be9 commit 73d739f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

compiler/rustc_codegen_llvm/src/llvm/enzyme_ffi.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ use libc::{c_char, c_uint};
66
use super::ffi::{BasicBlock, Metadata, Module, Type, Value};
77
use crate::llvm::Bool;
88

9-
#[link(name = "llvm-wrapper", kind = "static")]
109
unsafe extern "C" {
1110
// Enzyme
1211
pub(crate) fn LLVMRustHasMetadata(I: &Value, KindID: c_uint) -> bool;

compiler/rustc_codegen_llvm/src/llvm/ffi.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1774,7 +1774,6 @@ unsafe extern "C" {
17741774
) -> &'ll Metadata;
17751775
}
17761776

1777-
#[link(name = "llvm-wrapper", kind = "static")]
17781777
unsafe extern "C" {
17791778
pub(crate) fn LLVMRustInstallErrorHandlers();
17801779
pub(crate) fn LLVMRustDisableSystemDialogsOnCrash();

0 commit comments

Comments
 (0)