================
@@ -48,6 +48,15 @@ def create_parser():
"""Specify the compiler(s) used to build the inferior executables.
The compiler path can be an executable basename or a full path to a compiler
executable. This option can be specified multiple times."""
),
)
+ group.add_argument(
+ "--fortran-compiler",
+ metavar="fortran_compiler",
+ dest="fortran_compiler",
+ default="",
+ help=textwrap.dedent(
+ """The fortran compiler used to build the test programs."""
----------------
DavidSpickett wrote:
"used to build Fortran test programs"
And the branding seems to be capital F Fortran. I don't mind either way, but
try to stick to one style and I'd stick to Fortran personally.
https://github.com/llvm/llvm-project/pull/208298
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits