Re: [PATCH] kbuild: Add ability to test Clang's integrated assembler

2019-07-03 Thread Masahiro Yamada
On Fri, Jun 28, 2019 at 4:15 AM Nathan Chancellor wrote: > > There are some people interested in experimenting with Clang's > integrated assembler. To make it easy to do so without source > modification, allow the user to specify 'AS=clang' as part of the > make command to avoid adding

Re: [PATCH] kbuild: Add ability to test Clang's integrated assembler

2019-06-27 Thread Nick Desaulniers
On Thu, Jun 27, 2019 at 12:15 PM Nathan Chancellor wrote: > > There are some people interested in experimenting with Clang's > integrated assembler. To make it easy to do so without source > modification, allow the user to specify 'AS=clang' as part of the > make command to avoid adding

[PATCH] kbuild: Add ability to test Clang's integrated assembler

2019-06-27 Thread Nathan Chancellor
There are some people interested in experimenting with Clang's integrated assembler. To make it easy to do so without source modification, allow the user to specify 'AS=clang' as part of the make command to avoid adding '-no-integrated-as' to the {A,C}FLAGS. Link: