[all-commits] [llvm/llvm-project] 50312e: [tsan][go] Fix string equal operator
bzEq via All-commits
all-commits at lists.llvm.org
Sun Oct 9 18:39:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 50312ea133999cb2aad1ab9ef0ec39429a9427c5
https://github.com/llvm/llvm-project/commit/50312ea133999cb2aad1ab9ef0ec39429a9427c5
Author: Kai Luo <lkail at cn.ibm.com>
Date: 2022-10-10 (Mon, 10 Oct 2022)
Changed paths:
M compiler-rt/lib/tsan/go/buildgo.sh
Log Message:
-----------
[tsan][go] Fix string equal operator
Fixed error
```
compiler-rt/lib/tsan/go/buildgo.sh: 62: [: unexpected operator
```
Reviewed By: vitalybuka
Differential Revision: https://reviews.llvm.org/D135537
More information about the All-commits
mailing list