mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
IRGen: Resolve a noisy -Wreorder-ctor warning.
This commit is contained in:
@@ -584,7 +584,7 @@ public:
|
||||
ColocateTypeDescriptors(true), UseRelativeProtocolWitnessTables(false),
|
||||
UseFragileResilientProtocolWitnesses(false), EnableHotColdSplit(false),
|
||||
EmitAsyncFramePushPopMetadata(false), EmitYieldOnce2AsYieldOnce(true),
|
||||
UseProfilingMarkerThunks(false), AsyncFramePointerAll(false), CmdArgs(),
|
||||
AsyncFramePointerAll(false), UseProfilingMarkerThunks(false), CmdArgs(),
|
||||
SanitizeCoverage(llvm::SanitizerCoverageOptions()),
|
||||
TypeInfoFilter(TypeInfoDumpFilter::All),
|
||||
PlatformCCallingConvention(llvm::CallingConv::C), UseCASBackend(false),
|
||||
|
||||
Reference in New Issue
Block a user