[all-commits] [llvm/llvm-project] 1072fc: [flang][driver] support -dumpversion and -dumpmach...
Yuanfang Chen via All-commits
all-commits at lists.llvm.org
Tue Oct 24 01:32:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1072fcd222468d36b1d4633f1a091a3376831ae3
https://github.com/llvm/llvm-project/commit/1072fcd222468d36b1d4633f1a091a3376831ae3
Author: Yuanfang Chen <tabloid.adroit at gmail.com>
Date: 2023-10-24 (Tue, 24 Oct 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
A flang/test/Driver/dumpmachine.f90
A flang/test/Driver/immediate-options.f90
Log Message:
-----------
[flang][driver] support -dumpversion and -dumpmachine (#68896)
Match GCC driver. GCC has -cc1/-fc1 support too, but this patch does not
address that.
More information about the All-commits
mailing list