mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Initialize SSPBufferSize. PR14999. Patch by Vinson Lee.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173285 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5ed3ac1185
commit
b09350d9a5
@ -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