Add a codegen option to allow loading LLVM pass plugins
This commit is contained in:
parent
4a7fb971c9
commit
97cf461b8f
6 changed files with 30 additions and 1 deletions
|
@ -2304,6 +2304,8 @@ extern "C" {
|
|||
end_callback: SelfProfileAfterPassCallback,
|
||||
ExtraPasses: *const c_char,
|
||||
ExtraPassesLen: size_t,
|
||||
PassPlugins: *const c_char,
|
||||
PassPluginsLen: size_t,
|
||||
) -> LLVMRustResult;
|
||||
pub fn LLVMRustPrintModule(
|
||||
M: &'a Module,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue