Enable mips64 support in buildgo.sh.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp | ||
---|---|---|
41 | Please upload diff with full context (-U999999) next time: | |
compiler-rt/lib/tsan/rtl/tsan_platform.h | ||
516 | It seems that the only VM size for this arch is 47 bits, so it should not use TSAN_RUNTIME_VMA. It's slower. In the functions below execution should go into existing cases like |
Please upload diff with full context (-U999999) next time:
https://llvm.org/docs/Phabricator.html#requesting-a-review-via-the-web-interface
It makes it much easier to review. E.g. this block is under #if defined(__mips64) which is not visible in the diff.