[PATCH] [Sanitizer] Update GetMaxVirtualAddress for PowerPC64 Linux
Jay Foad
jay.foad at gmail.com
Mon Nov 3 14:47:11 PST 2014
OK, so we could go with Will's patch from D6044, or simplify even further to just:
return (1ULL << 46) - 1;
What do you think, Will?
http://reviews.llvm.org/D6082
More information about the llvm-commits
mailing list