Moving Towards Building The Linux Kernel With Clang

Written by Michael Larabel in LLVM on 4 November 2012 at 07:58 AM EST. 37 Comments
LLVM
While it hasn't been a news item for a couple months, a group of developers are still hard at work to advance the LLVM/Clang compiler and the Linux kernel to a point where this alternative compiler to GCC can be used for building the Linux kernel.

Going back two years ago when a concerted effort began to build the Linux kernel with LLVM's Clang compiler. At the time a number of patches were needed to both LLVM/Clang and the Linux kernel itself plus there were lots of broken parts. Patches are still needed, but more of the Linux kernel is properly working and it's an easier process than it once was.

Building the Linux kernel with the Apple-sponsored C/C++ compiler began as an independent project by individuals, but Qualcomm has also jumped on the task as they want to build ARM Linux kernels with Clang for their hardware. In August at LinuxCon was the most recent status update on the LLVM Linux project.

While there is no major announcement to share this weekend, for those interested in supporting this project or trying out an x86_64/ARM Clang'ed kernel build, the efforts continue to be centralized at llvm.linuxfoundation.org.

There is an easy-to-use project bug status report there that shows the state of LLVM issues for x86 and ARM, outstanding kernel issues, and Clang problems. Among the outstanding issues are items like superfluous warnings when compiling the kernel, the which command seg-faulting from Clang-built kernels on ARM, global register variables not being supported in LLVM/Clang, various compiler arguments that Clang is missing compared to GCC, a crash in the Clang static analyzer, broken kernel module unloading, etc.

While there are outstanding problems, it is possible to build a (non-production) working kernel. The Git repository for the modified Linux kernel that supports building under LLVM/Clang can be found on the Linux Foundation server. For those looking to get involved, there is an active mailing list.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week