forked from OSchip/llvm-project
[Target] Fix uninitialized value in 10c11e4e2d
This commit is contained in:
parent
ddbc0b1e51
commit
41b5201888
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue