git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373729
91177308-0d34-0410-b5e6-
96231b3b80d8
}
/// Get the alignment for this content.
- uint64_t getAlignment() const { return 1 << P2Align; }
+ uint64_t getAlignment() const { return 1ull << P2Align; }
/// Get the alignment offset for this content.
uint64_t getAlignmentOffset() const { return AlignmentOffset; }
Twine(KV.first));
NSym.GraphSymbol = &G->addCommonSymbol(
*NSym.Name, NSym.S, getCommonSection(), NSym.Value, 0,
- 1U << MachO::GET_COMM_ALIGN(NSym.Desc),
+ 1ull << MachO::GET_COMM_ALIGN(NSym.Desc),
NSym.Desc & MachO::N_NO_DEAD_STRIP);
} else {
if (!NSym.Name)