[llvmlinux] What's the status of llvm linux for X86_64?

Charlebois, Mark mcharleb at quicinc.com
Mon Apr 29 19:37:28 UTC 2013


The make_kernel.sh script specifies the path to clang. you could try:

cd llvmlinux
touch  ./toolchain/clang/state/clang-build

The paths to clang are defined in:

./toolchain/clang/clang.mk:CLANG		= ${LLVMINSTALLDIR}/bin/clang
./toolchain/clang/clang.mk:PATH		:= ${LLVMINSTALLDIR}/bin:${PATH}

-Mark
________________________________________
From: llvmlinux-bounces at lists.linuxfoundation.org [llvmlinux-bounces at lists.linuxfoundation.org] on behalf of Behan Webster [behanw at converseincode.com]
Sent: Monday, April 29, 2013 12:00 PM
To: Marcelo Sousa
Cc: Compiling the Linux Kernel with Clang/LLVM
Subject: Re: [llvmlinux] What's the status of llvm linux for X86_64?

On 13-04-29 02:50 PM, Marcelo Sousa wrote:
> Is there is a way to compile X86_64 with a local version of llvm and
> clang? The documentation on the website seems outdated. What's the
> relevance of the configurations in the build process?
You should be able to by defining the right environment variables.
Something I haven't done, but that I'm sure is possible.

But I would have to ask why would you want to? Adding to our build
system minimally means sharing your work with others much more easily at
the beginning.

Behan

--
Behan Webster
behanw at converseincode.com

_______________________________________________
LLVMLinux mailing list
LLVMLinux at lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/llvmlinux


More information about the LLVMLinux mailing list