We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
LLVMGetModuleContext
1 parent 552a959 commit 659e20fCopy full SHA for 659e20f
compiler/rustc_codegen_llvm/src/llvm/ffi.rs
@@ -972,7 +972,6 @@ unsafe extern "C" {
972
973
// Create modules.
974
pub fn LLVMModuleCreateWithNameInContext(ModuleID: *const c_char, C: &Context) -> &Module;
975
- pub fn LLVMGetModuleContext(M: &Module) -> &Context;
976
pub fn LLVMCloneModule(M: &Module) -> &Module;
977
978
/// Data layout. See Module::getDataLayout.
0 commit comments