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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to