mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-07 03:47:20 +00:00
Fix ARM build.
llvm-svn: 187944
This commit is contained in:
parent
a8c38e944e
commit
34bf946403
@ -236,7 +236,7 @@ bool DataFlowSanitizer::doInitialization(Module &M) {
|
||||
ShadowPtrTy = PointerType::getUnqual(ShadowTy);
|
||||
IntptrTy = DL->getIntPtrType(*Ctx);
|
||||
ZeroShadow = ConstantInt::getSigned(ShadowTy, 0);
|
||||
ShadowPtrMask = ConstantInt::getSigned(IntptrTy, ~0x700000000000);
|
||||
ShadowPtrMask = ConstantInt::getSigned(IntptrTy, ~0x700000000000LL);
|
||||
ShadowPtrMul = ConstantInt::getSigned(IntptrTy, ShadowWidth / 8);
|
||||
|
||||
Type *DFSanUnionArgs[2] = { ShadowTy, ShadowTy };
|
||||
|
Loading…
x
Reference in New Issue
Block a user