[all-commits] [llvm/llvm-project] 26805f: [MLIR][cmake] Use DEPENDS instead of add_dependenc...

stephenneuendorffer via All-commits all-commits at lists.llvm.org
Thu Apr 16 15:55:39 PDT 2020


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

  Changed paths:
    M mlir/lib/Interfaces/CMakeLists.txt

  Log Message:
  -----------
  [MLIR][cmake] Use DEPENDS instead of add_dependencies()

add_llvm_library() sometimes needs access to the dependencies in order to
generate new targets.  Using DEPENDS allows this.

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




More information about the All-commits mailing list