We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ce754 commit cad6a03Copy full SHA for cad6a03
flang-rt/cmake/modules/AddFlangRTOffload.cmake
@@ -97,7 +97,7 @@ macro(enable_omp_offload_compilation name files)
97
set_source_files_properties(${files} PROPERTIES COMPILE_OPTIONS
98
"${OMP_COMPILE_OPTIONS}"
99
)
100
- target_link_options(${name} PUBLIC ${OMP_COMPILE_OPTIONS})
+ target_link_options(${name}.static PUBLIC ${OMP_COMPILE_OPTIONS})
101
102
# Enable "declare target" in the source code.
103
set_source_files_properties(${files}
0 commit comments