forked from OSchip/llvm-project
[z/OS] Make MinGlobalAlign consistent with SystemZ
Remove overriding MinGlobalAlign to 0 for z/OS target to be consistent with SystemZ. Reviewed By: abhina.sreeskantharajan Differential Revision: https://reviews.llvm.org/D106890
This commit is contained in:
parent
dd57915b1e
commit
a2d4b06464
|
@ -796,7 +796,6 @@ public:
|
|||
this->UseZeroLengthBitfieldAlignment = true;
|
||||
this->UseLeadingZeroLengthBitfield = false;
|
||||
this->ZeroLengthBitfieldBoundary = 32;
|
||||
this->MinGlobalAlign = 0;
|
||||
this->DefaultAlignForAttributeAligned = 128;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue