GCC and LLVM - What's in a licence?
Richard Hillesley discusses the pros and cons of the GCC and LLVM compiler collections, and the difference a licence makes.

The argument for and against LLVM is that it more easily allows third parties to retain proprietary control of their code, and its structure is uninhibited by the constraints of the licence. LLVM is modular.
Modularity and simplification have opened the way to other advances, such as the option of JIT (just in time), or inline, compilation, and have made it easier for companies, such as Apple, who use LLVM to build the latest versions of OS X, to include proprietary language extensions or build LLVM into proprietary coding environments, if they so wish.
Chris Lattner, one of the original architects of LLVM, is now employed by Apple, and Apple has a significant investment in the development of LLVM and of clang, the native open source C/C++ compiler that is built on the framework of LLVM.
LLVM development continues to be hosted at its original base at the University of Illinois at Urbana, Champaign, and has a nurtured a flourishing community among open source and proprietary developers. Arguably, LLVM is more approachable and easier to build a language compiler into than GCC, and probably for this reason, LLVM has gained a march on GCC among the developers of the more fashionable programming languages such as Ruby, Python, Haskell, Pure and Lua. Where a native implementation of a language isn't available, LLVM often employs the GCC 'front end' for that language.
Get the ITPro daily newsletter
Sign up today and you will receive a free copy of our Future Focus 2025 report - the leading guidance on AI, cybersecurity and other IT challenges as per 700+ senior executives
-
Business leaders are having a crisis of confidence over data literacy
News A Salesforce survey reveals business leaders don't trust their data, or their ability to make the most of it
By Emma Woollacott
-
Frustration as MITRE CVE program funding expires
News The cyber database is invaluable to security teams the world over, helping flag the most urgent vulnerabilities
By Rory Bathgate