-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
add visionOS os target #18512
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
cc @kubkon |
we'll also get it with llvm/llvm-project#77674 |
Is it still a Darwin kernel? Should be a pretty trivial enhancement if so. |
Yes its Darwin. I think it'll probably have a different MachO object value (not sure what the right terminology it is), but don't expect other significant changes. |
The important bits:
|
Potentially blocked by #18576 |
LLVM merged visionOS support in the linker and clang: llvm/llvm-project#77674 (comment) |
so, do we call it |
I recuse myself from this lmao. |
|
That being said, this is a terrible name, and I'd also prefer the more self-explanatory |
Is it not the same with iOS though? I think it's referred to as |
Great point, let's proceed with |
Prelim support in a branch https://github.com/ziglang/zig/tree/visionos. Full support is currently blocked on Zig embracing LLVM 18 which added support for VisionOS as a target. Standalone |
I'm not sure what is involved to add this, but it'd be nice to be able to compile Zig libraries for Apple's new visionOS set to launch the end of this month. The SDK went final this past week. https://developer.apple.com/visionos/
The text was updated successfully, but these errors were encountered: