llvm-project/mlir/lib
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
..
Analysis [MLIR] Move from add_dependencies() to DEPENDS 2020-03-06 13:25:17 -08:00
Conversion [MLIR] Move from add_dependencies() to DEPENDS 2020-03-06 13:25:17 -08:00
Dialect [MLIR] Move from add_dependencies() to DEPENDS 2020-03-06 13:25:17 -08:00
EDSC Revert "[MLIR] Move from using target_link_libraries to LINK_LIBS for llvm libraries." 2020-02-29 11:52:08 -08:00
ExecutionEngine [MLIR] Ensure that target_link_libraries() always has a keyword. 2020-03-06 09:14:01 -08:00
IR [MLIR] Move from add_dependencies() to DEPENDS 2020-03-06 13:25:17 -08:00
Parser [MLIR] Remove redundant library dependencies 2020-03-06 10:12:31 -08:00
Pass [MLIR] Remove redundant library dependencies 2020-03-06 10:12:31 -08:00
Quantizer [MLIR] Move from add_dependencies() to DEPENDS 2020-03-06 13:25:17 -08:00
Support [MLIR] Ensure that target_link_libraries() always has a keyword. 2020-03-06 09:14:01 -08:00
TableGen [MLIR] Ensure that target_link_libraries() always has a keyword. 2020-03-06 09:14:01 -08:00
Target [MLIR] Ensure that target_link_libraries() always has a keyword. 2020-03-06 09:14:01 -08:00
Transforms [MLIR] Move from add_dependencies() to DEPENDS 2020-03-06 13:25:17 -08:00
Translation [MLIR] Ensure that target_link_libraries() always has a keyword. 2020-03-06 09:14:01 -08:00
CMakeLists.txt NFC: Move AffineOps dialect to the Dialect sub-directory. 2019-08-20 15:36:39 -07:00