[compiler-rt] Use the correct minimum version flag for simulators on Apple
authorDan Liew <dan@su-root.co.uk>
Fri, 14 Feb 2020 18:28:05 +0000 (10:28 -0800)
committerDan Liew <dan@su-root.co.uk>
Fri, 14 Feb 2020 21:53:53 +0000 (13:53 -0800)
commit86dceb9bcd9fdc5c24ef51908f330ac8caecbdcf
treed464237ac7a0c24af8d2109b084dcf55c0fa68de
parent1fe6e6fd85f7da3b216fbb189ce365303512ad35
[compiler-rt] Use the correct minimum version flag for simulators on Apple
platforms.

For the simulators this changes the following compilation flags (
used both for building the runtime and lit tests).

iOS simulator: `-miphoneos-version-min` -> `-mios-simulator-version-min`
watchOS simulator: `-mwatchos-version-min` -> `-mwatchos-simulator-version-min`
tvOS simulator: `-mtvos-version-min` -> `-mtvos-simulator-version-min`

rdar://problem/59463146
compiler-rt/cmake/config-ix.cmake