llvm-project/mlir/lib/Conversion/StandardToSPIRV
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
..
CMakeLists.txt [MLIR] Move from add_dependencies() to DEPENDS 2020-03-06 13:25:17 -08:00
ConvertStandardToSPIRV.cpp Move StandardOps/Ops.h to StandardOps/IR/Ops.h 2020-02-21 11:58:47 -08:00
ConvertStandardToSPIRVPass.cpp [mlir][spirv] Introduce spv.func 2020-02-12 07:46:43 -05:00
LegalizeStandardForSPIRV.cpp Move StandardOps/Ops.h to StandardOps/IR/Ops.h 2020-02-21 11:58:47 -08:00
StandardToSPIRV.td Move StandardOps/Ops.h to StandardOps/IR/Ops.h 2020-02-21 11:58:47 -08:00