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 2ffded4 commit 68b8703Copy full SHA for 68b8703
llvm.spec
@@ -2546,6 +2546,9 @@ fi
2546
# libomptarget is not supported on 32-bit systems.
2547
# s390x does not support the offloading plugins.
2548
%{install_libdir}/libomptarget.so.%{so_suffix}
2549
+%if %{maj_ver} >= 20
2550
+%{install_libdir}/libLLVMOffload.so.%{so_suffix}
2551
+%endif
2552
%endif
2553
2554
%files -n %{pkg_name_libomp}-devel
@@ -2563,6 +2566,10 @@ fi
2563
2566
%{install_libdir}/libomptarget-amdgpu-*.bc
2564
2567
%{install_libdir}/libomptarget-nvptx-*.bc
2565
2568
%{install_libdir}/libomptarget.so
2569
2570
+%{install_libdir}/libLLVMOffload.so
2571
+%{install_includedir}/offload
2572
2573
2574
2575
#endregion OPENMP files
0 commit comments