Fix building for mingw/armv7 with Clang 13
1 unresolved thread
1 unresolved thread
Pass the -mimplicit-it option through with -Wa.
GCC never supported this option as a compiler option, it's only a gas option, that should be passed through with -Wa. Clang used to accept it as a compiler option, but Clang 13 became stricter and no longer accepts it at that level, only passed through with -Wa.
Merge request reports
Activity
Filter activity
Requesting a revert in Clang here: https://reviews.llvm.org/D102568#2768224
The upstream change in Clang 13 was reverted in https://github.com/llvm/llvm-project/commit/688b917b4b3cbe09bf4954b2c10b01ef57386c0a, so this change no longer should be necessary (unless there are plans to move ahead with removing one form of the option at some point).
Closing this one for now.