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
This commit is contained in:
Mahesh Ravishankar 2019-07-30 12:39:09 -07:00 committed by A. Unique TensorFlower
parent 81a7c322e4
commit 32f78fe3f2
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ set(LIBS
MLIRFxpMathOps
MLIRGPU
MLIRGPUtoNVVMTransforms
MLIRGPUtoSPIRVTransforms
MLIRLinalg
MLIRLLVMIR
MLIRLoopOps