As recommended by Clang developers in https://github.com/llvm/llvm-project/issues/88271#issuecomment-2050425068, we already specify `--target`, and that should be enough. Related: https://github.com/rust-lang/cc-rs/pull/1029, the `-mxros-version-min`/`-mvisionos-version-min` option does not exist. CC @BlackHoleFox.
As recommended by Clang developers in llvm/llvm-project#88271 (comment), we already specify
--target, and that should be enough.Related: #1029, the
-mxros-version-min/-mvisionos-version-minoption does not exist.CC @BlackHoleFox.