Skip to content

Commit 52782b5

Browse files
author
git apple-llvm automerger
committed
Merge commit 'e27ce281399d' from llvm.org/main into next
2 parents 774f0bc + e27ce28 commit 52782b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openmp/runtime/cmake/LibompHandleFlags.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ function(libomp_get_libflags libflags)
144144
endif()
145145
set(libflags_local ${libflags_local} ${LIBOMP_LIBFLAGS})
146146
libomp_setup_flags(libflags_local)
147-
set(${libflags} ${libflags_local} PARENT_SCOPE)
147+
libomp_string_to_list("${libflags_local}" libflags_local_list)
148+
set(${libflags} ${libflags_local_list} PARENT_SCOPE)
148149
endfunction()
149150

150151
# Fortran flags

0 commit comments

Comments
 (0)