[Openmp-commits] [openmp] [Libomptarget] Rename `libomptarget.rtl.x86_64` to `libomptarget.rtl.host` (PR #86868)

Joseph Huber via Openmp-commits openmp-commits at lists.llvm.org
Fri Mar 29 15:54:37 PDT 2024


================
@@ -14,36 +14,36 @@ if(CMAKE_SYSTEM_PROCESSOR MATCHES "ppc64le$")
 endif()
 
 # Create the library and add the default arguments.
-add_target_library(omptarget.rtl.${machine} ${machine})
+add_target_library(omptarget.rtl.host ${machine})
----------------
jhuber6 wrote:

Ah, well I figured it's all the same since it's the same name throughout the file. Not much difference between `host_target_name` and `omptarget.rtl.host` being put on every cmake argument.

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


More information about the Openmp-commits mailing list