[PATCH] D73130: [mlir] Strawman PR for shared library support

Valentin Churavy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 21 12:23:40 PST 2020


vchuravy marked an inline comment as done.
vchuravy added inline comments.


================
Comment at: llvm/CMakeLists.txt:20
+    cmake_policy(SET CMP0023 OLD)
+endif()
+
----------------
This is to work around https://reviews.llvm.org/D72585


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73130





More information about the llvm-commits mailing list