[PATCH] D102568: [Driver] Delete -mimplicit-it=

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat May 15 22:22:23 PDT 2021


MaskRay created this revision.
MaskRay added reviewers: nickdesaulniers, ostannard, raj.khem.
Herald added subscribers: dang, kristof.beyls.
MaskRay requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

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!`


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D102568

Files:
  clang/include/clang/Driver/Options.td
  clang/lib/Driver/ToolChains/Clang.cpp
  clang/test/Driver/arm-implicit-it.s
  clang/test/Driver/arm-target-as-mimplicit-it.s
  clang/test/Driver/as-options.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102568.345671.patch
Type: text/x-patch
Size: 6918 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210516/f41b2e41/attachment.bin>


More information about the cfe-commits mailing list