mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[NFC] Push const IRGenOptions and SILOptions everywhere
This commit is contained in:
@@ -59,7 +59,7 @@ namespace {
|
||||
|
||||
/// A "minimal" class for querying IRGen.
|
||||
struct IRGenContext {
|
||||
IRGenOptions IROpts;
|
||||
const IRGenOptions IROpts;
|
||||
SILOptions SILOpts;
|
||||
Lowering::TypeConverter TC;
|
||||
std::unique_ptr<SILModule> SILMod;
|
||||
|
||||
Reference in New Issue
Block a user