[all-commits] [llvm/llvm-project] 921d4e: [MLIR][GPU] Fix build files for mlir-opt.
Stephan Herhut via All-commits
all-commits at lists.llvm.org
Wed Feb 5 09:13:57 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 921d4e7c8d37352cbb67a421b78c3e5666597b94
https://github.com/llvm/llvm-project/commit/921d4e7c8d37352cbb67a421b78c3e5666597b94
Author: Stephan Herhut <herhut at google.com>
Date: 2020-02-05 (Wed, 05 Feb 2020)
Changed paths:
M mlir/lib/Conversion/GPUToCUDA/CMakeLists.txt
M mlir/tools/mlir-opt/CMakeLists.txt
Log Message:
-----------
[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
More information about the All-commits
mailing list