-
Notifications
You must be signed in to change notification settings - Fork 13.4k
[Clang] -mxros-version-min
does not exist
#88271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@llvm/issue-subscribers-clang-driver Author: Mads Marquart (madsmtm)
Clang allows specifying the deployment target using flags like `-miphoneos-version-min`, `-mtvos-version-min` as documented in the [attribute docs for `availability`](https://clang.llvm.org/docs/AttributeReference.html#availability), but similar functionality is not exposed for xrOS / visionOS.
|
Would the proper workaround be to use |
Thanks for the heads up, asking around what to do with this. |
This is not just a workaround - this is now the recommended option. Ideally you use |
This looks like NTBF to me, then. I will tentatively close this, please reopen if someone disagrees. |
Clang allows specifying the deployment target using flags like
-miphoneos-version-min
,-mtvos-version-min
as documented in the attribute docs foravailability
, but similar functionality is not exposed for xrOS / visionOS.The text was updated successfully, but these errors were encountered: