[all-commits] [llvm/llvm-project] 7f6726: tsan: remove duplicate arch switch in buildgo.sh
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Mon Jul 19 08:19:30 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7f67263d56a0f5c1ebc9f576502f667d7d34c685
https://github.com/llvm/llvm-project/commit/7f67263d56a0f5c1ebc9f576502f667d7d34c685
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-07-19 (Mon, 19 Jul 2021)
Changed paths:
M compiler-rt/lib/tsan/go/buildgo.sh
Log Message:
-----------
tsan: remove duplicate arch switch in buildgo.sh
For some reason we have 2 switches on arch and add
half of arch flags in one place and half in another.
Merge these 2 switches.
Reviewed By: melver
Differential Revision: https://reviews.llvm.org/D106274
More information about the All-commits
mailing list