mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[NFC] Push const IRGenOptions and SILOptions everywhere
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user