Stub out various legacy PM functions with LLVM 15

This commit is contained in:
Nikita Popov
2022-04-19 13:22:39 +02:00
parent 7dc307fc7a
commit 890cabac8a
3 changed files with 46 additions and 2 deletions

View File

@@ -1842,7 +1842,7 @@ extern "C" {
PMB: &PassManagerBuilder,
PM: &PassManager<'_>,
);
pub fn LLVMPassManagerBuilderPopulateLTOPassManager(
pub fn LLVMRustPassManagerBuilderPopulateLTOPassManager(
PMB: &PassManagerBuilder,
PM: &PassManager<'_>,
Internalize: Bool,