Remove LLVMGetModuleContext
This was unused after the removal of `-Zprofile` in #131829.
This commit is contained in:
parent
552a959051
commit
659e20fa75
1 changed files with 0 additions and 1 deletions
|
@ -972,7 +972,6 @@ unsafe extern "C" {
|
||||||
|
|
||||||
// Create modules.
|
// Create modules.
|
||||||
pub fn LLVMModuleCreateWithNameInContext(ModuleID: *const c_char, C: &Context) -> &Module;
|
pub fn LLVMModuleCreateWithNameInContext(ModuleID: *const c_char, C: &Context) -> &Module;
|
||||||
pub fn LLVMGetModuleContext(M: &Module) -> &Context;
|
|
||||||
pub fn LLVMCloneModule(M: &Module) -> &Module;
|
pub fn LLVMCloneModule(M: &Module) -> &Module;
|
||||||
|
|
||||||
/// Data layout. See Module::getDataLayout.
|
/// Data layout. See Module::getDataLayout.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue