Pass the new -mimplcit-it= option though to the ARM integrated assembler.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
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.
Comment Actions
I've only renamed the backend option (to be consistent with other backend options), the clang option is still "-mimplicit-it=".