forked from OSchip/llvm-project
Initialize these values, fixing the build in cases where stack realignment
actually occurs. llvm-svn: 146013
This commit is contained in:
parent
e7ab36693b
commit
7d04ad1b40
|
@ -203,6 +203,8 @@ public:
|
|||
UnwindTables = 0;
|
||||
UseRegisterSizedBitfieldAccess = 0;
|
||||
VerifyModule = 1;
|
||||
StackRealignment = 0;
|
||||
StackAlignment = 0;
|
||||
|
||||
Inlining = NoInlining;
|
||||
RelocationModel = "pic";
|
||||
|
|
Loading…
Reference in New Issue