Skip to content

Commit

Permalink
Put back initializers that were dropped in 0ab5b5b
Browse files Browse the repository at this point in the history
Found by msan.
  • Loading branch information
d0k committed Mar 28, 2020
1 parent b578f13 commit dd03003
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions llvm/include/llvm/Target/TargetOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ namespace llvm {
EmulatedTLS(false), ExplicitEmulatedTLS(false), EnableIPRA(false),
EmitStackSizeSection(false), EnableMachineOutliner(false),
SupportsDefaultOutlining(false), EmitAddrsig(false),
EmitCallSiteInfo(false), SupportsDebugEntryValues(false),
EnableDebugEntryValues(false), ForceDwarfFrameSection(false),
FPDenormalMode(DenormalMode::IEEE, DenormalMode::IEEE) {}

/// PrintMachineCode - This flag is enabled when the -print-machineinstrs
Expand Down

0 comments on commit dd03003

Please sign in to comment.