[flang-commits] [clang] [flang] Allow disabling of types from the command line (PR #107126)
Slava Zakharin via flang-commits
flang-commits at lists.llvm.org
Tue Sep 3 21:09:01 PDT 2024
https://github.com/vzakhari approved this pull request.
Looks good to me, but maybe we can have just a single option that accepts predefined words like `real2`, `integer4`, etc. I wonder if we can process multiple instances of an option like https://github.com/llvm/llvm-project/blob/0ad6cee926865d7210eed9e67bfb20dce19c6633/clang/include/clang/Driver/Options.td#L5086. This is just a suggestion to make the coverage of types/kinds more complete.
https://github.com/llvm/llvm-project/pull/107126
More information about the flang-commits
mailing list