[all-commits] [llvm/llvm-project] 127e59: tsan: update Go x86 build rules to back off to sse3
Than McIntosh via All-commits
all-commits at lists.llvm.org
Mon Jul 11 09:46:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 127e59048cd3d8dbb80c14b3036918c114089529
https://github.com/llvm/llvm-project/commit/127e59048cd3d8dbb80c14b3036918c114089529
Author: Than McIntosh <thanm at google.com>
Date: 2022-07-11 (Mon, 11 Jul 2022)
Changed paths:
M compiler-rt/lib/tsan/go/build.bat
M compiler-rt/lib/tsan/go/buildgo.sh
Log Message:
-----------
tsan: update Go x86 build rules to back off to sse3
This is a partial revert of https://reviews.llvm.org/D106948, changing
just the Go build rules to remove -msse4.2 and revert back to -msse3,
so as to preserve support for older x86 machines. More details at
https://github.com/golang/go/issues/53743.
Reviewed By: dvyukov
Differential Revision: https://reviews.llvm.org/D129482
More information about the All-commits
mailing list