[Target] Fix uninitialized value in 10c11e4e2d

This commit is contained in:
Sam McCall 2020-01-14 11:16:41 +01:00
parent ddbc0b1e51
commit 41b5201888
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ namespace llvm {
DisableIntegratedAS(false), RelaxELFRelocations(false),
FunctionSections(false), DataSections(false),
UniqueSectionNames(true), TrapUnreachable(false),
NoTrapAfterNoreturn(false), EmulatedTLS(false),
NoTrapAfterNoreturn(false), TLSSize(0), EmulatedTLS(false),
ExplicitEmulatedTLS(false), EnableIPRA(false),
EmitStackSizeSection(false), EnableMachineOutliner(false),
SupportsDefaultOutlining(false), EmitAddrsig(false),