[PATCH] D134671: [Driver] Prevent Mips specific code from claiming -mabi argument on other targets.

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 30 13:29:17 PDT 2022


craig.topper added a comment.

In D134671#3824644 <https://reviews.llvm.org/D134671#3824644>, @nickdesaulniers wrote:

> I don't think it's an issue for us to work around downstream, but this did regress support for `-mabi=ms` used in UEFI related build scripts.
> https://github.com/ClangBuiltLinux/linux/issues/1725
> Noting it in case others find their way here via bisection. Thanks to @nathanchance for the report.

Is there an expectation that we honor -mabi=ms and something that matches gcc? The original bug report I was fixing was that we silently ignored it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134671



More information about the cfe-commits mailing list