Re: [PATCH v2] scripts/Makefile.clang: default to LLVM_IAS=1

2021-08-06 Thread Nathan Chancellor
On Fri, Aug 06, 2021 at 10:27:01AM -0700, Nick Desaulniers wrote: > LLVM_IAS=1 controls enabling clang's integrated assembler via > -integrated-as. This was an explicit opt in until we could enable > assembler support in Clang for more architecures. Now we have support > and CI coverage of LLVM_IAS

Re: [PATCH v2] scripts/Makefile.clang: default to LLVM_IAS=1

2021-08-09 Thread Masahiro Yamada
On Sat, Aug 7, 2021 at 4:53 AM Nathan Chancellor wrote: > > On Fri, Aug 06, 2021 at 10:27:01AM -0700, Nick Desaulniers wrote: > > LLVM_IAS=1 controls enabling clang's integrated assembler via > > -integrated-as. This was an explicit opt in until we could enable > > assembler support in Clang for m