Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/Driver/ToolChains/Darwin.cpp | ||
---|---|---|
2734 | This breaks the symmetry with the if below. Is this intentional? |
Paths
| Differential D84082
[tsan] Allow TSan in the Clang driver for Apple Silicon Macs ClosedPublic Authored by kubamracek on Jul 17 2020, 5:29 PM.
Details
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Jul 21 2020, 2:55 PM Closed by commit rG33d9c4109ac2: [tsan] Allow TSan in the Clang driver for Apple Silicon Macs (authored by kubamracek). · Explain WhyJul 24 2020, 8:14 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 280654 clang/lib/Driver/ToolChains/Darwin.cpp
clang/test/Driver/fsanitize.c
|
This breaks the symmetry with the if below. Is this intentional?