Hi Clang folks,Still a work in progress. You still need to use the LLVMLinux patches on top of mainline to get it to work. We're upstreaming those patches as fast as we can.
I'd like to know the status of Clang support
in the Linux mainline.
I can see some "clang" specific parts in makefiles,Some of the required parts are there. But mainline currently won't compile out of the box with clang.
so I guess Clang is already supported to a certain extent.
I just tried to build with "HOSTCC=clang CC=clang"Try building from our kernel repo listed on http://llvm.linuxfoundation.org
but it would not work.
Is there any tips I am missing here?