[Mlir-commits] [mlir] 5618a5a - [mlir] Update cmake variable post D102976

Jacques Pienaar llvmlistbot at llvm.org
Thu May 27 11:12:14 PDT 2021


Author: Jacques Pienaar
Date: 2021-05-27T11:11:58-07:00
New Revision: 5618a5a0594403bc8a22b60e06abd7f9d1e57afc

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

LOG: [mlir] Update cmake variable post D102976

Added: 
    

Modified: 
    mlir/tools/mlir-vulkan-runner/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/mlir/tools/mlir-vulkan-runner/CMakeLists.txt b/mlir/tools/mlir-vulkan-runner/CMakeLists.txt
index 99e67c957322..58cfdbea85fc 100644
--- a/mlir/tools/mlir-vulkan-runner/CMakeLists.txt
+++ b/mlir/tools/mlir-vulkan-runner/CMakeLists.txt
@@ -5,7 +5,7 @@ set(LLVM_OPTIONAL_SOURCES
   VulkanRuntime.h
   )
 
-if (MLIR_VULKAN_RUNNER_ENABLED)
+if (MLIR_ENABLE_VULKAN_RUNNER)
   message(STATUS "Building the Vulkan runner")
 
   # At first try "FindVulkan" from:


        


More information about the Mlir-commits mailing list