[PATCH] D143325: [Driver] Add -mllvm= as an alias for -mllvm
Michael Kruse via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Feb 5 17:14:01 PST 2023
Meinersbur added a comment.
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.
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