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

Phoebe Wang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 25 20:31:40 PDT 2023


pengfei added inline comments.


================
Comment at: clang/test/Driver/x86-mabi.c:6
+
+// CHECK-NOT: {{error|warning}}:
+// ERR: error: unsupported option '-mabi=' for target '{{.*}}'
----------------
What's the expected result for e.g. `x86_64-pc-windows-gnu/mingw/cygnus` ?


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