Add a codegen option to allow loading LLVM pass plugins
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user