[clang] [flang][driver] support -dumpversion and -dumpmachine (PR #68896)

Yuanfang Chen via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 17 17:33:35 PDT 2023


yuanfang-chen wrote:

> Could this be implemented without any updates to Clang (beyond Options.td)?

The options could work by changing options.td only. However,  `CLANG_VERSION_STRING` and `FLANG_VERSION_STRING` could be different. This is to handle that.

https://github.com/llvm/llvm-project/pull/68896


More information about the cfe-commits mailing list