This is an archive of the discontinued LLVM Phabricator instance.

[tsan] Allow TSan in the Clang driver for Apple Silicon Macs
ClosedPublic

Authored by kubamracek on Jul 17 2020, 5:29 PM.

Diff Detail

Event Timeline

kubamracek created this revision.Jul 17 2020, 5:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 17 2020, 5:29 PM
yln added a comment.Jul 20 2020, 9:49 AM

Simulators on Apple Silicon are not yet supported?

yln added inline comments.Jul 20 2020, 9:52 AM
clang/lib/Driver/ToolChains/Darwin.cpp
2734

This breaks the symmetry with the if below. Is this intentional?

yln accepted this revision.Jul 21 2020, 2:55 PM
This revision is now accepted and ready to land.Jul 21 2020, 2:55 PM

Let's handle simulators separately.

This revision was automatically updated to reflect the committed changes.