[PATCH] D22761: [ARM] Pass -mimplcit-it= to integrated assembler

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 26 06:08:30 PDT 2016


rengolin added a comment.

In https://reviews.llvm.org/D22761#495956, @olista01 wrote:

> - Rename backend option to -arm-implicit-it


I think we should emulate GCC here, to avoid creating #ifdefs on people's makefiles all over the place. Least surprise and all.

We already do that for -m and -f options, no reason why not to do it here, too.


https://reviews.llvm.org/D22761





More information about the llvm-commits mailing list