This is an archive of the discontinued LLVM Phabricator instance.

tsan: enable sse4.2 in tests
ClosedPublic

Authored by dvyukov on Sep 21 2021, 12:19 PM.

Details

Summary

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.

Diff Detail

Event Timeline

dvyukov created this revision.Sep 21 2021, 12:19 PM
dvyukov requested review of this revision.Sep 21 2021, 12:19 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 21 2021, 12:19 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
vitalybuka accepted this revision.Sep 21 2021, 1:06 PM
This revision is now accepted and ready to land.Sep 21 2021, 1:06 PM
This revision was landed with ongoing or failed builds.Sep 21 2021, 10:13 PM
This revision was automatically updated to reflect the committed changes.