IRGen: Resolve a noisy -Wreorder-ctor warning.

This commit is contained in:
Allan Shortlidge
2024-10-17 11:33:21 -07:00
parent 5d4e1d000b
commit 8d3fa35377

View File

@@ -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),