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:
@@ -253,6 +253,9 @@ public:
|
||||
/// See the \ref SILOptions.EmitSortedSIL flag.
|
||||
bool EmitSortedSIL = false;
|
||||
|
||||
/// Should we emit the cType when printing @convention(c) or no?
|
||||
bool PrintFullConvention = false;
|
||||
|
||||
/// Indicates whether the dependency tracker should track system
|
||||
/// dependencies as well.
|
||||
bool TrackSystemDeps = false;
|
||||
|
||||
Reference in New Issue
Block a user