[Driver] Delete -mimplicit-it=
authorFangrui Song <i@maskray.me>
Tue, 18 May 2021 17:57:24 +0000 (10:57 -0700)
committerFangrui Song <i@maskray.me>
Tue, 18 May 2021 17:57:24 +0000 (10:57 -0700)
commit2919222d8017f2425a85765b95e4b7c6f8e70ca4
treefcc9ab4acc13e2b489c06054562b37ab370d4e68
parentb4ead2c37bcbb1f81919c68e2a2a227aac90f07c
[Driver] Delete -mimplicit-it=

This is a GNU as and Clang cc1as option, not a GCC option.
Users should specify `-Wa,-mimplicit-it=` instead.

Note: mixing the -m option and the -Wa, option doesn't work
`-Wa,-mimplicit-it=never -mimplicit-it=always` =>
`clang (LLVM option parsing): for the --arm-implicit-it option: may only occur zero or one times!`

Reviewed By: nickdesaulniers, raj.khem

Differential Revision: https://reviews.llvm.org/D102568
clang/include/clang/Driver/Options.td
clang/lib/Driver/ToolChains/Clang.cpp
clang/test/Driver/arm-implicit-it.s [deleted file]
clang/test/Driver/arm-target-as-mimplicit-it.s
clang/test/Driver/as-options.s