mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Printer] Conditionally print Clang types in emitted SIL.
Hopefully, this helps us debug Clang type mismatches better.
This commit is contained in:
@@ -78,6 +78,9 @@ public:
|
||||
/// variables by name when we print it out. This eases diffing of SIL files.
|
||||
bool EmitSortedSIL = false;
|
||||
|
||||
/// See \ref FrontendOptions.PrintFullConvention
|
||||
bool PrintFullConvention = false;
|
||||
|
||||
/// Whether to stop the optimization pipeline after serializing SIL.
|
||||
bool StopOptimizationAfterSerialization = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user