[all-commits] [llvm/llvm-project] b54635: [MLIR] LLVMMLIRTableGen -> MLIRTableGen
stephenneuendorffer via All-commits
all-commits at lists.llvm.org
Tue May 19 14:51:45 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b54635e0ec3d5571d04bd00e1fa059450f703c82
https://github.com/llvm/llvm-project/commit/b54635e0ec3d5571d04bd00e1fa059450f703c82
Author: Stephen Neuendorffer <stephen.neuendorffer at xilinx.com>
Date: 2020-05-19 (Tue, 19 May 2020)
Changed paths:
M mlir/lib/TableGen/CMakeLists.txt
M mlir/tools/mlir-tblgen/CMakeLists.txt
M mlir/unittests/TableGen/CMakeLists.txt
Log Message:
-----------
[MLIR] LLVMMLIRTableGen -> MLIRTableGen
Like all MLIR libraries, this should start with 'MLIR'
Differential Revision: https://reviews.llvm.org/D80102
Commit: 0368c1de9cdaa944c9d3d8416b2e0079d72a6c9a
https://github.com/llvm/llvm-project/commit/0368c1de9cdaa944c9d3d8416b2e0079d72a6c9a
Author: Stephen Neuendorffer <stephen.neuendorffer at xilinx.com>
Date: 2020-05-19 (Tue, 19 May 2020)
Changed paths:
M mlir/cmake/modules/AddMLIR.cmake
Log Message:
-----------
[MLIR][cmake][NFC] Check for incorrect usage of LLVM components in LINK_LIBS
Using LLVM components in LINK_LIBS means that the mechanisms for
replacing component dependencies with libLLVM.so break. Try to catch
this incorrect usage up front, instead of waiting until later when we
get difficult to understand runtime errors from incorrectly linked
libraries.
Differential Revision: https://reviews.llvm.org/D80103
Compare: https://github.com/llvm/llvm-project/compare/d5b1643c74ee...0368c1de9cda
More information about the All-commits
mailing list