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.
Details
Details
- Reviewers
melver vitalybuka - Commits
- rG41f8ef3e3183: tsan: enable sse4.2 in tests
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo