diff options
Diffstat (limited to 'llvm/tools/opt/NewPMDriver.h')
| -rw-r--r-- | llvm/tools/opt/NewPMDriver.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/tools/opt/NewPMDriver.h b/llvm/tools/opt/NewPMDriver.h index 66a470d49ba..5cf2afc53bd 100644 --- a/llvm/tools/opt/NewPMDriver.h +++ b/llvm/tools/opt/NewPMDriver.h @@ -52,7 +52,8 @@ bool runPassPipeline(StringRef Arg0, LLVMContext &Context, Module &M, StringRef PassPipeline, opt_tool::OutputKind OK, opt_tool::VerifierKind VK, bool ShouldPreserveAssemblyUseListOrder, - bool ShouldPreserveBitcodeUseListOrder); + bool ShouldPreserveBitcodeUseListOrder, + bool EmitSummaryIndex, bool EmitModuleHash); } #endif |

