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

Martin Storsjö via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 19 14:10:24 PDT 2021


mstorsjo added inline comments.


================
Comment at: clang/test/Driver/arm-target-as-mimplicit-it.s:18
 /// Test comma separated -Wa,- arguments (latter wins).
 // RUN: %clang -target arm-linux-gnueabi -### -Wa,-mimplicit-it=never,-mimplicit-it=always %s 2>&1 | FileCheck %s --check-prefix=ALWAYS
 // RUN: %clang -target arm-linux-gnueabi -### -Wa,-mimplicit-it=always,-mimplicit-it=never %s 2>&1 | FileCheck %s --check-prefix=NEVER
----------------
I noted another discrepancy here; the tests seem to suggest that you can pass multiple `-Wa,-mimplicit-it=` and only the last one will take effect, while in practice this will cause backend errors. I'll fix that at the same time.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102568/new/

https://reviews.llvm.org/D102568



More information about the cfe-commits mailing list