mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Initialize SSPBufferSize. PR14999. Patch by Vinson Lee.
llvm-svn: 173285
This commit is contained in:
parent
9ee1ad34e6
commit
90a4bf0816
@ -48,10 +48,10 @@ namespace llvm {
|
||||
UseSoftFloat(false), NoZerosInBSS(false), JITExceptionHandling(false),
|
||||
JITEmitDebugInfo(false), JITEmitDebugInfoToDisk(false),
|
||||
GuaranteedTailCallOpt(false), DisableTailCalls(false),
|
||||
StackAlignmentOverride(0), RealignStack(true), EnableFastISel(false),
|
||||
PositionIndependentExecutable(false), EnableSegmentedStacks(false),
|
||||
UseInitArray(false), TrapFuncName(""),FloatABIType(FloatABI::Default),
|
||||
AllowFPOpFusion(FPOpFusion::Standard)
|
||||
StackAlignmentOverride(0), RealignStack(true), SSPBufferSize(0),
|
||||
EnableFastISel(false), PositionIndependentExecutable(false),
|
||||
EnableSegmentedStacks(false), UseInitArray(false), TrapFuncName(""),
|
||||
FloatABIType(FloatABI::Default), AllowFPOpFusion(FPOpFusion::Standard)
|
||||
{}
|
||||
|
||||
/// PrintMachineCode - This flag is enabled when the -print-machineinstrs
|
||||
|
Loading…
Reference in New Issue
Block a user