[PATCH] [TSan][MIPS64] Fix go build for MIPS64
Dmitry Vyukov
dvyukov at google.com
Mon Feb 16 03:34:50 PST 2015
> I ran the check-tsan test suite on my mips64 board and GotsanRuntimeCheck is working fine.
> How can I add support for tsan go runtime for mips64 and test it ?
You first need to add mips64 support to Go compiler, assemebler, linker and runtime :)
The test is very simplified and does not involve any Go code, but does not test most of the system as well. We probably can leave the test if it works. I just hope that it won't break.
But please add a comment in lib/tsan/rtl/tsan_platform.h saying that Go/mips64 is not a working configuration and it is there merely to satisfy rtl/go/buildgo.sh.
REPOSITORY
rL LLVM
http://reviews.llvm.org/D7582
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list