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


Groups > linux.kernel > #1627731 > unrolled thread

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

Started byMatthias Kaehlcke <mka@chromium.org>
First post2017-04-20 20:10 +0200
Last post2017-04-20 20:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

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

FromMatthias Kaehlcke <mka@chromium.org>
Date2017-04-20 20:10 +0200
SubjectRe: [PATCH v3] kbuild: Add support to generate LLVM bitcode files
Message-ID<tyoGL-3NZ-35@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web