[all-commits] [llvm/llvm-project] b3b002: [clang][flang] Moke the definition of `-module-dir...
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Mon Mar 22 04:14:08 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b3b002b12f2d6ebdb80b678dec0d14786cbef15a
https://github.com/llvm/llvm-project/commit/b3b002b12f2d6ebdb80b678dec0d14786cbef15a
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2021-03-22 (Mon, 22 Mar 2021)
Changed paths:
M clang/include/clang/Driver/Options.td
Log Message:
-----------
[clang][flang] Moke the definition of `-module-dir` restricted to Flang
`-module-dir` is a Flang specific option and should not be visible in
Clang. This patch adds `FlangOnlyOption` flag to its definition. This
way Clang will know that it should reject it and skip it when generating
output for `clang -help`.
The definition of `-module-dir` is moved next to other Flang options.
As `-J` is an alias for `-module-dir`, it has to be moved as well (the
alias cannot be defined before the original option). As `gfortran` mode
is effectively no longer supported (*), `-J` is claimed as Flang only
option.
This is a follow-up of a post-commit review for
https://reviews.llvm.org/D95448.
* https://reviews.llvm.org/rG6a75496836ea14bcfd2f4b59d35a1cad4ac58cee
Differential Revision: https://reviews.llvm.org/D99018
More information about the All-commits
mailing list