[all-commits] [llvm/llvm-project] 4c18e1: [MLIR] add cmake abstraction for translation libra...
stephenneuendorffer via All-commits
all-commits at lists.llvm.org
Sat Apr 11 22:02:35 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4c18e1d3afefdee1f3ce6f110613344a3cde5622
https://github.com/llvm/llvm-project/commit/4c18e1d3afefdee1f3ce6f110613344a3cde5622
Author: Stephen Neuendorffer <stephen.neuendorffer at xilinx.com>
Date: 2020-04-11 (Sat, 11 Apr 2020)
Changed paths:
M mlir/cmake/modules/AddMLIR.cmake
M mlir/lib/Target/CMakeLists.txt
M mlir/tools/mlir-translate/CMakeLists.txt
Log Message:
-----------
[MLIR] add cmake abstraction for translation libraries
Differential Revision: https://reviews.llvm.org/D77926
Commit: 4956871c0e6f21a89924b0aaf8f4e5ee6b27d083
https://github.com/llvm/llvm-project/commit/4956871c0e6f21a89924b0aaf8f4e5ee6b27d083
Author: Stephen Neuendorffer <stephen.neuendorffer at xilinx.com>
Date: 2020-04-11 (Sat, 11 Apr 2020)
Changed paths:
M mlir/tools/mlir-opt/CMakeLists.txt
Log Message:
-----------
[MLIR] CMake cleanup for mlir-opt
A few libraries which are also Dialect libraries where independently
in the link line for mlir-opt. Remove them.
Differential Revision: https://reviews.llvm.org/D77927
Compare: https://github.com/llvm/llvm-project/compare/ed87d9d6434f...4956871c0e6f
More information about the All-commits
mailing list