El Tue, Apr 04, 2017 at 10:27:06AM -0700 Matthias Kaehlcke ha dit: > From: Vinícius Tinti <viniciusti...@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 <viniciusti...@gmail.com> > Signed-off-by: Vinícius Tinti <viniciusti...@gmail.com> > Signed-off-by: Behan Webster <beh...@converseincode.com> > Signed-off-by: Matthias Kaehlcke <m...@chromium.org> > ---
Ping, any comments on this patch? Thanks Matthias