================
@@ -57,6 +57,7 @@ target_compile_definitions(omptarget PRIVATE
foreach(plugin IN LISTS LIBOMPTARGET_PLUGINS_TO_BUILD)
target_link_libraries(omptarget PRIVATE omptarget.rtl.${plugin})
endforeach()
+target_link_libraries(omptarget PRIVATE flang_rt.runtime)
----------------
gregrodgers wrote:
Fixed in latest commit. Thank you
https://github.com/llvm/llvm-project/pull/175265
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits