[PATCH] D151509: [Driver][X86] Reject unsupported value for -mabi=

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 25 21:58:12 PDT 2023


MaskRay added inline comments.


================
Comment at: clang/test/Driver/x86-mabi.c:6
+
+// CHECK-NOT: {{error|warning}}:
+// ERR: error: unsupported option '-mabi=' for target '{{.*}}'
----------------
pengfei wrote:
> What's the expected result for e.g. `x86_64-pc-windows-gnu/mingw/cygnus` ?
They use `-mabi=ms`, but I feel it's excessive to test all combinations.
(I think `*windows-cygnus` triples are likely dead.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151509



More information about the cfe-commits mailing list