[Openmp-commits] [openmp] f8bcbb8 - [libomptarget] Normalise a cmake debug string, checking it triggers CI

Jon Chesterfield via Openmp-commits openmp-commits at lists.llvm.org
Wed Sep 1 06:24:43 PDT 2021


Author: Jon Chesterfield
Date: 2021-09-01T14:24:28+01:00
New Revision: f8bcbb82a7d0ea1e0f3e3542b3450b09bd095a92

URL: https://github.com/llvm/llvm-project/commit/f8bcbb82a7d0ea1e0f3e3542b3450b09bd095a92
DIFF: https://github.com/llvm/llvm-project/commit/f8bcbb82a7d0ea1e0f3e3542b3450b09bd095a92.diff

LOG: [libomptarget] Normalise a cmake debug string, checking it triggers CI

Added: 
    

Modified: 
    openmp/libomptarget/plugins/amdgpu/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/openmp/libomptarget/plugins/amdgpu/CMakeLists.txt b/openmp/libomptarget/plugins/amdgpu/CMakeLists.txt
index 1c074ecdf625c..72cca2691b5cf 100644
--- a/openmp/libomptarget/plugins/amdgpu/CMakeLists.txt
+++ b/openmp/libomptarget/plugins/amdgpu/CMakeLists.txt
@@ -22,7 +22,7 @@ if(NOT LIBOMPTARGET_DEP_LIBELF_FOUND)
 endif()
 
 if(NOT CMAKE_SYSTEM_PROCESSOR MATCHES "(x86_64)|(ppc64le)|(aarch64)$" AND CMAKE_SYSTEM_NAME MATCHES "Linux")
-  libomptarget_say("Not building AMDGPU plugin: only support AMDGPU in Linux x86_64, ppc64le, or aarch64 hosts.")
+  libomptarget_say("Not building AMDGPU plugin: only support AMDGPU in Linux x86_64, ppc64le, or aarch64 hosts")
   return()
 endif()
 


        


More information about the Openmp-commits mailing list