[PATCH] D143325: [Driver] Add -mllvm= as an alias for -mllvm

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 5 17:37:53 PST 2023


MaskRay added a comment.

In D143325#4105356 <https://reviews.llvm.org/D143325#4105356>, @Meinersbur wrote:

> This patch broke the Flang buildbot, e.g. https://lab.llvm.org/buildbot/#/builders/172/builds/23305
>
> The tests
> https://github.com/llvm/llvm-project/blob/main/flang/test/Driver/driver-help.f90
> https://github.com/llvm/llvm-project/blob/main/flang/test/Driver/driver-help-hidden.f90
>
> They check the entire output of `-help` and need to be updated for new options.

Thanks for the report. Already fixed by https://reviews.llvm.org/rG6a8a423c


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143325



More information about the cfe-commits mailing list