[all-commits] [llvm/llvm-project] 41f8ef: tsan: enable sse4.2 in tests

Dmitry Vyukov via All-commits all-commits at lists.llvm.org
Tue Sep 21 22:13:59 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 41f8ef3e3183145a49366bb4cc639dd13664d0c6
      https://github.com/llvm/llvm-project/commit/41f8ef3e3183145a49366bb4cc639dd13664d0c6
  Author: Dmitry Vyukov <dvyukov at google.com>
  Date:   2021-09-22 (Wed, 22 Sep 2021)

  Changed paths:
    M compiler-rt/lib/tsan/tests/CMakeLists.txt

  Log Message:
  -----------
  tsan: enable sse4.2 in tests

Pass -msse4.2 flag to the tests the same way we do for the runtime.
Layout of some structs in the runtime headers depends on the flag
(TSAN_VECTORIZE), so we need it to be consistent across the runtime
and tests.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D110192




More information about the All-commits mailing list