Initial introduction of the new macro before obsoleting the old one - the old name was really confusing.
Also moved SANITIZER_WATCHOS and SANITIZER_TVOS definitions under common #if defined(APPLE) block
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/lib/sanitizer_common/sanitizer_platform.h | ||
---|---|---|
78 | Is TARGET_OS_IPHONE needed here? |
compiler-rt/lib/sanitizer_common/sanitizer_platform.h | ||
---|---|---|
94 | We are missing SANITIZER_WATCHOS and SANITIZER_TVOS here in the non-Apple case. |
compiler-rt/lib/sanitizer_common/sanitizer_platform.h | ||
---|---|---|
94 | The diff looks a bit weird here (reviews.llvm,.org) , but I think it's still correct. I'll retest just in case. |
Is TARGET_OS_IPHONE needed here?