[all-commits] [llvm/llvm-project] 314f00: [MLIR][cmake] Remove redundant add_dependencies()

stephenneuendorffer via All-commits all-commits at lists.llvm.org
Thu Apr 16 14:42:36 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 314f00a03489c84b764de2a6f4401996865ff281
      https://github.com/llvm/llvm-project/commit/314f00a03489c84b764de2a6f4401996865ff281
  Author: Stephen Neuendorffer <stephen.neuendorffer at xilinx.com>
  Date:   2020-04-16 (Thu, 16 Apr 2020)

  Changed paths:
    M mlir/lib/Conversion/AVX512ToLLVM/CMakeLists.txt
    M mlir/lib/Conversion/LinalgToLLVM/CMakeLists.txt
    M mlir/lib/Conversion/VectorToLLVM/CMakeLists.txt
    M mlir/lib/Conversion/VectorToLoops/CMakeLists.txt
    M mlir/lib/EDSC/CMakeLists.txt

  Log Message:
  -----------
  [MLIR][cmake] Remove redundant add_dependencies()

Libraries declared as target_link_libraries() do not also need
to be declared as dependencies using add_dependencies().

Differential Revision: https://reviews.llvm.org/D78320




More information about the All-commits mailing list