Hacker News new | ask | show | jobs
by eslaught 2944 days ago
I wonder if there will ever be a de facto API wrapper for LLVM. As it is, I'm aware of smaller efforts here and there, but other than SPIR-V [1] I'm not sure any are big enough to have long-term survivability potential. And even with SPIR-V I'm not sure if the momentum is really there or not.

[1]: https://www.khronos.org/registry/spir-v/specs/1.0/SPIRV.pdf

1 comments

I think Apple's bitcode for iOS deployment is also more stable than the actual LLVM bitcode.