[PATCH] D86377: [tsan] Use large address space mapping on Apple Silicon Macs
Jeremy Morse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 8 08:33:26 PST 2021
jmorse added a comment.
Hi,
In D86377#2611282 <https://reviews.llvm.org/D86377#2611282>, @kubamracek wrote:
> I've uploaded a new version of the patch (just moving the definition of HAS_48_BIT_ADDRESS_SPACE outside of the SANITIZER_GO branch). @dyung @jmorse could I ask you to check this patch whether it builds correctly on x86_64/linux? Thanks!
Yup, for me that passes check-tsan and the 'GotsanRuntimeCheck' target that was failing for me before.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86377/new/
https://reviews.llvm.org/D86377
More information about the llvm-commits
mailing list