[Openmp-commits] [openmp] [Libomptarget] Output the DeviceRTL alongside the other libraries (PR #73705)

Joseph Huber via Openmp-commits openmp-commits at lists.llvm.org
Tue Nov 28 14:46:03 PST 2023


================
@@ -304,4 +304,10 @@ add_library(omptarget.devicertl STATIC)
 set_target_properties(omptarget.devicertl PROPERTIES LINKER_LANGUAGE CXX)
 target_link_libraries(omptarget.devicertl PRIVATE omptarget.devicertl.all_objs)
 
+# Install this alongside the LLVM libraries is possible.
+if(NOT OPENMP_STANDALONE_BUILD)
----------------
jhuber6 wrote:

I'm still not sure if this is even an issue, considering we use `add_llvm_library` which already uses this value internally and does the same operation to set its output directory.

https://github.com/llvm/llvm-project/pull/73705


More information about the Openmp-commits mailing list