Skip to content

Commit

Permalink
[tsan] Add support for linux/riscv64 in lib/tsan/go/buildgo.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mengzhuo authored Jan 27, 2025
1 parent 5c5bbff commit 759d191
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler-rt/lib/tsan/go/buildgo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ if [ "`uname -a | grep Linux`" != "" ]; then
else
HOST_GOARCH="mips64"
fi
elif [ "`uname -a | grep riscv64`" != "" ]; then
HOST_GOARCH="riscv64"
elif [ "`uname -a | grep s390x`" != "" ]; then
HOST_GOARCH="s390x"
fi
Expand Down

0 comments on commit 759d191

Please sign in to comment.