diff options
Diffstat (limited to 'llvm/lib/MC/MCTargetOptions.cpp')
-rw-r--r-- | llvm/lib/MC/MCTargetOptions.cpp | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/llvm/lib/MC/MCTargetOptions.cpp b/llvm/lib/MC/MCTargetOptions.cpp index a072928269c..96bb094134f 100644 --- a/llvm/lib/MC/MCTargetOptions.cpp +++ b/llvm/lib/MC/MCTargetOptions.cpp @@ -12,12 +12,11 @@ using namespace llvm; MCTargetOptions::MCTargetOptions() - : SanitizeAddress(false), MCRelaxAll(false), MCNoExecStack(false), - MCFatalWarnings(false), MCNoWarn(false), MCNoDeprecatedWarn(false), - MCSaveTempLabels(false), MCUseDwarfDirectory(false), - MCIncrementalLinkerCompatible(false), MCPIECopyRelocations(false), - ShowMCEncoding(false), ShowMCInst(false), AsmVerbose(false), - PreserveAsmComments(true) {} + : MCRelaxAll(false), MCNoExecStack(false), MCFatalWarnings(false), + MCNoWarn(false), MCNoDeprecatedWarn(false), MCSaveTempLabels(false), + MCUseDwarfDirectory(false), MCIncrementalLinkerCompatible(false), + MCPIECopyRelocations(false), ShowMCEncoding(false), ShowMCInst(false), + AsmVerbose(false), PreserveAsmComments(true) {} StringRef MCTargetOptions::getABIName() const { return ABIName; |