Use the existing llvm-plugins option for both legacy and new pm registration
This commit is contained in:
parent
97cf461b8f
commit
c4f29fa0ed
7 changed files with 24 additions and 23 deletions
|
@ -2304,8 +2304,8 @@ extern "C" {
|
|||
end_callback: SelfProfileAfterPassCallback,
|
||||
ExtraPasses: *const c_char,
|
||||
ExtraPassesLen: size_t,
|
||||
PassPlugins: *const c_char,
|
||||
PassPluginsLen: size_t,
|
||||
LLVMPlugins: *const c_char,
|
||||
LLVMPluginsLen: size_t,
|
||||
) -> LLVMRustResult;
|
||||
pub fn LLVMRustPrintModule(
|
||||
M: &'a Module,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue