[flang-commits] [PATCH] D84334: Version information in flang/f18

Camille Coti via Phabricator via flang-commits flang-commits at lists.llvm.org
Wed Jul 29 16:01:51 PDT 2020


coti added a comment.

I have made the modifications suggested by @richard.barton.arm, but then, CMake does not compile anymore because it relies on `__FLANG`, `__FLANG_MAJOR__`, `__FLANG_MINOR__` and `__FLANG_PATCHLEVEL__`.

I have two options there:

- define them, instead of their `__F18_*__` counterparts, since @AlexisPerry suggests removing the latter
- submit a patch to CMake, which might take a bit longer. For the record, the support for (classic) flang in CMake was documented here https://gitlab.kitware.com/cmake/cmake/-/issues/17173


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84334/new/

https://reviews.llvm.org/D84334



More information about the flang-commits mailing list