[NFC] Push const IRGenOptions and SILOptions everywhere

This commit is contained in:
Robert Widmann
2020-01-10 11:22:31 -08:00
parent d63053d64e
commit bd57f14661
13 changed files with 77 additions and 75 deletions

View File

@@ -87,7 +87,7 @@ static llvm::PointerType *createStructPointerType(IRGenModule &IGM,
static clang::CodeGenerator *createClangCodeGenerator(ASTContext &Context,
llvm::LLVMContext &LLVMContext,
IRGenOptions &Opts,
const IRGenOptions &Opts,
StringRef ModuleName,
StringRef PD) {
auto Loader = Context.getClangModuleLoader();