[PATCH] D158762: [runtimes] Add the ability to include out of tree runtimes

Mark de Wever via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 25 10:06:31 PDT 2023


Mordante added inline comments.


================
Comment at: llvm/docs/CMake.rst:634
+  -DLLVM_EXTERNAL_MYLIB1_SOURCE_DIR=/src/mylib1
+  -DLLVM_EXTERNAL_MYLIB2_SOURCE_DIR=/src/mylib2``.
+
----------------
IMO There should be a way to pass additional arguments to CMake for the external libraries, including documentation how to do that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D158762



More information about the llvm-commits mailing list