2017-04-25 5:04 GMT+09:00 Matthias Kaehlcke <[email protected]>: > Add rules to kbuild in order to generate LLVM assembly files with the .ll > extension when using clang. > > # from c code > make CC=clang kernel/pid.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]> > --- > Changes in v4: > - changed 'bitcode' to 'assembly' > - removed rule for creating LLVM assembly from machine assembly > - added .ll files to clean rule > - corrected example command in commit message
Applied to linux-kbuild/kbuild. Thanks! -- Best Regards Masahiro Yamada

