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

Shilei Tian via Openmp-commits openmp-commits at lists.llvm.org
Fri Mar 29 15:33:09 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})
----------------
shiltian wrote:

can you just set a variable and then use it everywhere else?

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


More information about the Openmp-commits mailing list