Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1627731

Re: [PATCH v3] kbuild: Add support to generate LLVM bitcode files

From Matthias Kaehlcke <mka@chromium.org>
Newsgroups linux.kernel
Subject Re: [PATCH v3] kbuild: Add support to generate LLVM bitcode files
Date 2017-04-20 20:10 +0200
Message-ID <tyoGL-3NZ-35@gated-at.bofh.it> (permalink)
References <tsArh-7Vm-43@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


El Tue, Apr 04, 2017 at 10:27:06AM -0700 Matthias Kaehlcke ha dit:

> From: Vinícius Tinti <viniciustinti@gmail.com>
> 
> Add rules to kbuild in order to generate LLVM bitcode files with the .ll
> extension when using clang.
> 
>   # from c code
>   CC=clang make kernel/pid.ll
> 
>   # from asm code
>   CC=clang make arch/x86/kernel/preempt.ll
> 
> From: Vinícius Tinti <viniciustinti@gmail.com>
> Signed-off-by: Vinícius Tinti <viniciustinti@gmail.com>
> Signed-off-by: Behan Webster <behanw@converseincode.com>
> Signed-off-by: Matthias Kaehlcke <mka@chromium.org>
> ---

Ping, any comments on this patch?

Thanks

Matthias

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH v3] kbuild: Add support to generate LLVM bitcode files Matthias Kaehlcke <mka@chromium.org> - 2017-04-20 20:10 +0200

csiph-web