-
Notifications
You must be signed in to change notification settings - Fork 161
cmd/racebuild: add linux/s390x support #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This PR (HEAD: 91536ba) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/build/+/336511 to see it. Tip: You can toggle comments from me using the |
Message from Cherry Mui: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/336511. |
LLVM has SystemZ ThreadSanitizer support now [1], this patch adds support for building race_linux_s390x.syso from it. [1] https://reviews.llvm.org/D105629 Change-Id: Idf72fa9445a142cee09a172b5d074da44369f38c GitHub-Last-Rev: 91536ba GitHub-Pull-Request: golang#37
Message from Ilya Leoshkevich: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/336511. |
This PR (HEAD: aa29516) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/build/+/336511 to see it. Tip: You can toggle comments from me using the |
Message from Heschi Kreinick: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/336511. |
Message from Ilya Leoshkevich: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/336511. |
Message from Heschi Kreinick: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/336511. |
Message from Keith Randall: Patch Set 2: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/336511. |
Message from Dmitri Shuralyov: Patch Set 2: Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/336511. |
Message from Cherry Mui: Patch Set 2: Code-Review+2 Please don’t reply on this GitHub thread. Visit golang.org/cl/336511. |
LLVM has SystemZ ThreadSanitizer support now [1], this patch adds support for building race_linux_s390x.syso from it. [1] https://reviews.llvm.org/D105629 Change-Id: Idf72fa9445a142cee09a172b5d074da44369f38c GitHub-Last-Rev: aa29516 GitHub-Pull-Request: #37 Reviewed-on: https://go-review.googlesource.com/c/build/+/336511 Reviewed-by: Keith Randall <khr@golang.org> Trust: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com>
This PR is being closed because golang.org/cl/336511 has been merged. |
LLVM has SystemZ ThreadSanitizer support now [1], this patch adds
support for building race_linux_s390x.syso from it.
[1] https://reviews.llvm.org/D105629