[PATCH] D73653: [MLIR] Fixes for shared library dependencies.

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 29 21:55:17 PST 2020


mehdi_amini accepted this revision.
mehdi_amini added inline comments.
This revision is now accepted and ready to land.


================
Comment at: mlir/lib/Dialect/FxpMathOps/CMakeLists.txt:9
+
+  LINK_LIBS
+  MLIRQuantOps
----------------
It seems we've been using `target_link_libraries` elsewhere but they are the same, can we align on one form for consistency?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73653/new/

https://reviews.llvm.org/D73653





More information about the llvm-commits mailing list