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

Jan Patrick Lehr via Openmp-commits openmp-commits at lists.llvm.org
Wed Apr 10 14:10:17 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})
----------------
jplehr wrote:

If we want to rename it later, having in a variable would be easier though.

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


More information about the Openmp-commits mailing list