[all-commits] [llvm/llvm-project] d84108: tsan: enable -msse4 when compiling tests
Dmitry Vyukov via All-commits
all-commits at lists.llvm.org
Thu Nov 25 08:07:17 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d841086ae62118408e4211685c3e2f5fff0021b5
https://github.com/llvm/llvm-project/commit/d841086ae62118408e4211685c3e2f5fff0021b5
Author: Dmitry Vyukov <dvyukov at google.com>
Date: 2021-11-25 (Thu, 25 Nov 2021)
Changed paths:
M compiler-rt/test/tsan/CMakeLists.txt
Log Message:
-----------
tsan: enable -msse4 when compiling tests
Vector SSE accesses make compiler emit __tsan_[unaligned_]read/write16 callbacks.
Make it possible to test these.
Reviewed By: melver
Differential Revision: https://reviews.llvm.org/D114591
More information about the All-commits
mailing list