[PATCH 10/10] minor cleanup
authorAndreas Beckmann <anbe@debian.org>
Fri, 5 Feb 2021 21:26:51 +0000 (22:26 +0100)
committerAndreas Beckmann <anbe@debian.org>
Tue, 16 Feb 2021 10:00:57 +0000 (10:00 +0000)
Gbp-Pq: Name 0010-minor-cleanup.patch

cmake/LLVM.cmake
lib/CL/devices/devices.h
lib/CL/pocl_cache.c

index 5db1cf2c880381755bda0d8d725d7e8b2c0778d3..86c8194aa1552baa5d569db2113a2a5f8e72a57f 100644 (file)
@@ -731,6 +731,7 @@ if(NOT DEFINED CLANG_MARCH_FLAG)
       message(FATAL_ERROR "Could not determine whether to use -march or -mcpu with clang")
     endif()
   endif()
+  message(STATUS "  Using ${CLANG_MARCH_FLAG}")
 
   set(CLANG_MARCH_FLAG ${CLANG_MARCH_FLAG} CACHE INTERNAL "Clang option used to specify the target cpu")
 endif()
index 2c8c22229ae9a1c71af7fffebf86f57df0c6f07a..bbb0a663ef0dfa482110c0bc3a765aad0f99bcab 100644 (file)
@@ -70,7 +70,6 @@ unsigned int pocl_get_devices(cl_device_type device_type, struct _cl_device_id *
  */
 int pocl_device_get_env_count(const char *dev_type);
 
-
 /**
  * \brief Unique global memory id for devices with distinct memory from the system memory
  * \return Unique global mem id, id > 0. Zero is reserved for shared system memory
index b3d9caa31351de78985e0217b2d0220fa3829a2d..e9dc9958f0c2f4d91e0c3c5b912ec11f79c92021 100644 (file)
@@ -517,7 +517,7 @@ pocl_cache_init_topdir ()
             "library. \nThis is not a bug in pocl and there's nothing we "
             "can do to fix it - you need both pocl and your program to be"
             " compiled for your system. This is known to happen with "
-            "Luxmark benchmark binaries dowloaded from website; Luxmark "
+            "Luxmark benchmark binaries downloaded from website; Luxmark "
             "installed from your linux distribution's packages should "
             "work.\n",
             cache_topdir);