El Tue, Apr 04, 2017 at 10:27:06AM -0700 Matthias Kaehlcke ha dit: > From: Vinícius Tinti <[email protected]> > > 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 <[email protected]> > Signed-off-by: Vinícius Tinti <[email protected]> > Signed-off-by: Behan Webster <[email protected]> > Signed-off-by: Matthias Kaehlcke <[email protected]> > ---
Ping, any comments on this patch? Thanks Matthias

