[all-commits] [llvm/llvm-project] 3b28dc: [flang][driver] Mark the remaining Flang options a...
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Fri Aug 18 03:49:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b28dce6daa4e70694cfe9df4526c9e6ee40b87e
https://github.com/llvm/llvm-project/commit/3b28dce6daa4e70694cfe9df4526c9e6ee40b87e
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2023-08-18 (Fri, 18 Aug 2023)
Changed paths:
M clang/include/clang/Driver/Options.td
M flang/test/Driver/driver-help-hidden.f90
M flang/test/Driver/driver-help.f90
Log Message:
-----------
[flang][driver] Mark the remaining Flang options as FlangOption
This is a follow-up of https://reviews.llvm.org/D157837 in which I
missed a few Flang options in Options.td. This patch simply updates the
remaining options that are already supported by Flang with the relevant
visibility flag:
Fixes:
* https://lab.llvm.org/buildbot/#/builders/191/builds/22241
More information about the All-commits
mailing list