Stub out various legacy PM functions with LLVM 15
This commit is contained in:
@@ -625,7 +625,7 @@ pub(crate) fn run_pass_manager(
|
||||
if thin {
|
||||
llvm::LLVMRustPassManagerBuilderPopulateThinLTOPassManager(b, pm);
|
||||
} else {
|
||||
llvm::LLVMPassManagerBuilderPopulateLTOPassManager(
|
||||
llvm::LLVMRustPassManagerBuilderPopulateLTOPassManager(
|
||||
b, pm, /* Internalize = */ False, /* RunInliner = */ True,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user