[all-commits] [llvm/llvm-project] fdbc7e: [flang][driver] Make sure that `-###` is marked as...
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Wed Nov 11 05:13:59 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fdbc7e505c0cb424bf629a0d6901bc6812302dcc
https://github.com/llvm/llvm-project/commit/fdbc7e505c0cb424bf629a0d6901bc6812302dcc
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2020-11-11 (Wed, 11 Nov 2020)
Changed paths:
M clang/include/clang/Driver/Options.td
M flang/test/Flang-Driver/driver-help-hidden.f90
M flang/test/Flang-Driver/driver-help.f90
Log Message:
-----------
[flang][driver] Make sure that `-###` is marked as supported (NFC)
`-###` has always been supported in the new flang driver. This patch
merely makes sure that it's included when printing the help screen (i.e.
`flang-new -help`).
More information about the All-commits
mailing list