Re: How to build the kernel with Clang?

2014-09-24 Thread Behan Webster

On 09/18/14 21:10, Masahiro Yamada wrote:

Hi Clang folks,


I'd like to know the status of Clang support
in the Linux mainline.
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 can see some "clang" specific parts in makefiles,
so I guess Clang is already supported to a certain extent.
Some of the required parts are there. But mainline currently won't 
compile out of the box with clang.



I just tried to build with "HOSTCC=clang CC=clang"
but it would not work.

Is there any tips I am missing here?

Try building from our kernel repo listed on http://llvm.linuxfoundation.org

Thanks,

Behan

--
Behan Webster
beh...@converseincode.com

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: How to build the kernel with Clang?

2014-09-19 Thread Chuck Ebbert
On Fri, 19 Sep 2014 13:10:21 +0900
Masahiro Yamada  wrote:

> Hi Clang folks,
> 
> 
> I'd like to know the status of Clang support
> in the Linux mainline.
> 
> 
> I can see some "clang" specific parts in makefiles,
> so I guess Clang is already supported to a certain extent.
> 
> 
> I just tried to build with "HOSTCC=clang CC=clang"
> but it would not work.
> 
> Is there any tips I am missing here?
> 

Let Me Google That For You:

http://llvm.linuxfoundation.org/index.php/Main_Page
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/