[MLIR][GPU] Fix build files for mlir-opt.
authorStephan Herhut <herhut@google.com>
Wed, 5 Feb 2020 17:06:36 +0000 (17:06 +0000)
committerMehdi Amini <joker-eph@gmail.com>
Wed, 5 Feb 2020 17:13:48 +0000 (17:13 +0000)
commit921d4e7c8d37352cbb67a421b78c3e5666597b94
treef9ba6daeff3f3ba4fab6b6d123adfe064ee3681f
parent622ef91b18a86f022fa6fcfba88c6e0f01ff3acd
[MLIR][GPU] Fix build files for mlir-opt.

The recent refactoring of build files broke building with the MIR CUDA
integration enabled. This fixes it by adding some additional
dependencies to mlir-opt.

Differential Revision: https://reviews.llvm.org/D74041
mlir/lib/Conversion/GPUToCUDA/CMakeLists.txt
mlir/tools/mlir-opt/CMakeLists.txt