Searched hist:"7 e20e47c70f810d678d02941fa3c671209c4ca97" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/Documentation/kbuild/ |
H A D | llvm.rst | 7e20e47c70f810d678d02941fa3c671209c4ca97 Tue Apr 07 20:36:22 CDT 2020 Masahiro Yamada <masahiroy@kernel.org> kbuild: replace AS=clang with LLVM_IAS=1
The 'AS' variable is unused for building the kernel. Only the remaining usage is to turn on the integrated assembler. A boolean flag is a better fit for this purpose.
AS=clang was added for experts. So, I replaced it with LLVM_IAS=1, breaking the backward compatibility.
Suggested-by: Nick Desaulniers <ndesaulniers@google.com> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Nathan Chancellor <natechancellor@gmail.com> Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
|
/openbmc/linux/ |
H A D | Makefile | 7e20e47c70f810d678d02941fa3c671209c4ca97 Tue Apr 07 20:36:22 CDT 2020 Masahiro Yamada <masahiroy@kernel.org> kbuild: replace AS=clang with LLVM_IAS=1
The 'AS' variable is unused for building the kernel. Only the remaining usage is to turn on the integrated assembler. A boolean flag is a better fit for this purpose.
AS=clang was added for experts. So, I replaced it with LLVM_IAS=1, breaking the backward compatibility.
Suggested-by: Nick Desaulniers <ndesaulniers@google.com> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Nathan Chancellor <natechancellor@gmail.com> Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
|