|
|
|
|
|
by calloc
5717 days ago
|
|
I don't see how LLVM has anything to do with this. LLVM is just a replacement for GCC which is woefully bloated with almost no good way to extend the functionality and is locked into the GPL. That being said, Apple employs the guy that builds LLVM/clang, so it only makes sense that they have an interest in it :P |
|
You're confusing LLVM and clang. LLVM is a bunch of tools to build compilers with, one of which is clang. With Apple moving to tools that support LLVM, they could easily switch out backends to generate, say, ARM rather than x86_64 instructions, allowing them to keep the same software, but run it on different hardware.