After removing the unnecessary -mmacosx-version-min=10.12 compiler
flag this test can run on all platforms. I confirmed that this test is
green for iOS, iOS simulator, and watchOS simulator.
Details
Details
- Reviewers
delcypher - Commits
- rG6222a28db5ed: [TSan][Darwin] Enable test on non-macOS platforms
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
You should probably refer to https://reviews.llvm.org/D85803 or the commit that removed -mmacosx-version-min=10.12 in the commit message. Other than that LGTM. Thanks for cleaning this up.