llvm-project/mlir/tools
Stephen Neuendorffer 4594d0e943 [MLIR] Move from add_dependencies() to DEPENDS
add_llvm_library and add_llvm_executable may need to create new targets with
appropriate dependencies.  As a result, it is not sufficient in some
configurations (namely LLVM_BUILD_LLVM_DYLIB=on) to only call
add_dependencies().  Instead, the explicit TableGen dependencies must
be passed to add_llvm_library() or add_llvm_executable() using the DEPENDS
keyword.

Differential Revision: https://reviews.llvm.org/D74930
2020-03-06 13:25:17 -08:00
..
mlir-cpu-runner Revert "[MLIR] Fixes for BUILD_SHARED_LIBS=on" 2020-02-29 11:09:21 -08:00
mlir-cuda-runner [MLIR] Move from add_dependencies() to DEPENDS 2020-03-06 13:25:17 -08:00
mlir-opt [MLIR] Ensure that target_link_libraries() always has a keyword. 2020-03-06 09:14:01 -08:00
mlir-tblgen [mlir] Remove successor operands from the Operation class 2020-03-05 12:53:02 -08:00
mlir-translate [MLIR] Refactor handling of dialect libraries 2020-02-28 11:35:16 -08:00
mlir-vulkan-runner [MLIR] Ensure that target_link_libraries() always has a keyword. 2020-03-06 09:14:01 -08:00
CMakeLists.txt Revert "[MLIR] Add support for libMLIR.so" 2020-02-29 11:09:21 -08:00