[PATCH] D72583: [cmake] Add support for explicit STATIC libraries even when building mostly shared libraries.

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 16 21:03:00 PST 2020


mehdi_amini added inline comments.


================
Comment at: mlir/lib/Support/CMakeLists.txt:40
 
-add_llvm_library(MLIRJitRunner
+add_llvm_library(MLIRJitRunner BUILDTREE_ONLY
   JitRunner.cpp
----------------
I don't understand this, and this revision description seems to include many other changes (like from other commits), but I expect some doc in the code to explain all this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72583





More information about the llvm-commits mailing list