commit | 433db3e260bc8134d4a46ddf20b3668937e12556 | [log] [tgz] |
---|---|---|
author | VinÃcius Tinti <viniciustinti@gmail.com> | Mon Apr 24 13:04:58 2017 -0700 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Apr 25 08:13:52 2017 +0900 |
tree | 2174c7cc5e16f1a275a8bfc456428099c94d2700 | |
parent | 785f11aa595bc3d4e74096cbd598ada54ecc0d81 [diff] |
kbuild: Add support to generate LLVM assembly files 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 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> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>