[PATCH] D78320: [MLIR][cmake] Remove redundant add_dependencies()

Stephen Neuendorffer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 16 12:50:16 PDT 2020


stephenneuendorffer created this revision.
Herald added subscribers: llvm-commits, frgossen, grosul1, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, burmako, jpienaar, rriddle, mehdi_amini, mgorny.
Herald added a reviewer: aartbik.
Herald added a project: LLVM.
stephenneuendorffer added a child revision: D78321: [MLIR][cmake] Use DEPENDS instead of add_dependencies().

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

Depends on D78317 <https://reviews.llvm.org/D78317>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D78320

Files:
  mlir/lib/Conversion/AVX512ToLLVM/CMakeLists.txt
  mlir/lib/Conversion/LinalgToLLVM/CMakeLists.txt
  mlir/lib/Conversion/VectorToLLVM/CMakeLists.txt
  mlir/lib/Conversion/VectorToLoops/CMakeLists.txt
  mlir/lib/EDSC/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78320.258129.patch
Type: text/x-patch
Size: 2602 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200416/2f504cf2/attachment-0001.bin>


More information about the llvm-commits mailing list