[Openmp-commits] [clang] [flang] [llvm] [openmp] [flang][driver] rename flang-new to flang (PR #110023)

David Truby via Openmp-commits openmp-commits at lists.llvm.org
Thu Oct 3 04:58:58 PDT 2024


================
@@ -339,11 +335,11 @@ just added using your new frontend option.
 
 ## CMake Support
 As of [#7246](https://gitlab.kitware.com/cmake/cmake/-/merge_requests/7246)
-(and soon to be released CMake 3.24.0), `cmake` can detect `flang-new` as a
+(and soon to be released CMake 3.24.0), `cmake` can detect `flang` as a
----------------
DavidTruby wrote:

Just to add, for an actually working CMake with flang-new that detects the correct options and does the right thing reliably, you'll need CMake 3.28 as that's the first version with fully working flang-new support, so if updating this comment could you change 3.24 to 3.28 as well? 
I am fairly sure the CMake support for LLVM flang is designed to work fine regardless of the name of the binary, as the CMake devs were anticipating this name change anyway.

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


More information about the Openmp-commits mailing list