Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 73d739f

Browse files
committedFeb 23, 2025
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

-1
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

-1
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)
Failed to load comments.