[Target] Fix uninitialized value in 10c11e4e2d05cf0e8f8251f50d84ce77eb1e9b8d
authorSam McCall <sam.mccall@gmail.com>
Tue, 14 Jan 2020 10:16:41 +0000 (11:16 +0100)
committerSam McCall <sam.mccall@gmail.com>
Tue, 14 Jan 2020 10:28:13 +0000 (11:28 +0100)
llvm/include/llvm/Target/TargetOptions.h

index 04bdbff..84c6ee2 100644 (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),