We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0509be1 commit 2492d24Copy full SHA for 2492d24
src/librustc_llvm/lib.rs
@@ -1591,9 +1591,6 @@ extern {
1591
1592
/// Creates target data from a target layout string.
1593
pub fn LLVMCreateTargetData(StringRep: *const c_char) -> TargetDataRef;
1594
- /// Adds the target data to the given pass manager. The pass manager
1595
- /// references the target data only weakly.
1596
- pub fn LLVMAddTargetData(TD: TargetDataRef, PM: PassManagerRef);
1597
/// Number of bytes clobbered when doing a Store to *T.
1598
pub fn LLVMStoreSizeOfType(TD: TargetDataRef, Ty: TypeRef)
1599
-> c_ulonglong;
0 commit comments