[flang-commits] [flang] [llvm] [openmp] [OpenMP][Flang] Add integer-kind wrappers to omp_lib (PR #213505)
Paul Osmialowski via flang-commits
flang-commits at lists.llvm.org
Wed Sep 2 08:03:44 PDT 2026
pawosm-arm wrote:
Apparently, this is the default as I looked into the normally generated `CMakeCache.txt`:
```
//Create Fortran module files? (requires fortran compiler)
LIBOMP_FORTRAN_MODULES:BOOL=ON
//Build only Fortran modules without libomp runtime library
LIBOMP_FORTRAN_MODULES_ONLY:BOOL=OFF
```
After that change, what is the obligatory non-default set of flags that results in usable compiler?
https://github.com/llvm/llvm-project/pull/213505
More information about the flang-commits
mailing list