Skip to content

Commit a3a7233

Browse files
committed
openmp metapackage: add flang-new flags
1 parent 25f1ecf commit a3a7233

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/fpm_meta.f90

+4
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@ subroutine init_openmp(this,compiler,error)
223223
case (id_lfortran)
224224
this%flags = string_t(flag_lfortran_openmp)
225225
this%link_flags = string_t(flag_lfortran_openmp)
226+
227+
case (id_flang, id_flang_new)
228+
this%flags = string_t(flag_flang_new_openmp)
229+
this%link_flags = string_t(flag_flang_new_openmp)
226230

227231
case default
228232

0 commit comments

Comments
 (0)