From 32f78fe3f26792914eaa48e2fd748a34b31acb86 Mon Sep 17 00:00:00 2001 From: Mahesh Ravishankar Date: Tue, 30 Jul 2019 12:39:09 -0700 Subject: [PATCH] Link in MLIRGPUtoSPIRVTransforms with mlir-opt Add a missed library that needs to be linked with mlir-opt. This results in a test failure in the MLIR due to the pass `-convert-gpu-to-spirv` not being found. PiperOrigin-RevId: 260773067 --- mlir/tools/mlir-opt/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/mlir/tools/mlir-opt/CMakeLists.txt b/mlir/tools/mlir-opt/CMakeLists.txt index 014433de61e6..26f8885a2428 100644 --- a/mlir/tools/mlir-opt/CMakeLists.txt +++ b/mlir/tools/mlir-opt/CMakeLists.txt @@ -24,6 +24,7 @@ set(LIBS MLIRFxpMathOps MLIRGPU MLIRGPUtoNVVMTransforms + MLIRGPUtoSPIRVTransforms MLIRLinalg MLIRLLVMIR MLIRLoopOps