[Driver] Also warn about -mwatchos-version-min and -mtvos-version-min
authorCassie Jones <code@witchoflight.com>
Mon, 17 Jul 2023 19:56:35 +0000 (12:56 -0700)
committerCassie Jones <code@witchoflight.com>
Mon, 17 Jul 2023 20:26:52 +0000 (13:26 -0700)
commit45ff63ba6112c199897b4117d54f19d28161b632
tree9adcc365e1ab0830a7e12cab637bc4eab67ea54f
parent9ebc24d90c48b2d901e84a721fffb6c4dcd385ea
[Driver] Also warn about -mwatchos-version-min and -mtvos-version-min

Sometimes users pass this option when targeting embedded architectures like armv7m on non-darwin platforms.
This applies to watchOS and tvOS as well as iOS.

Depends on D155407

Reviewed By: MaskRay, ahatanak

Differential Revision: https://reviews.llvm.org/D155408
clang/lib/Driver/ToolChains/Darwin.cpp
clang/test/Driver/macho-embedded.c