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

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 29 11:32:15 PDT 2022


aaron.ballman 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.

If that's intentional, should we call this out as a potentially breaking change in the release notes and post an announcement?


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