[PATCH] D115815: [CMake] Support passing arguments to build tool for external projects
Chris Bieneman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 5 09:29:04 PST 2022
beanz added a comment.
One minor nit, otherwise looks good.
================
Comment at: llvm/CMakeLists.txt:179
+set(LLVM_EXTERNAL_PROJECT_BUILD_TOOL_ARGS "" CACHE STRING
+ "Optional arguments for the native tool used in CMake --build invocations for external projects.")
----------------
We should probably mark this as an advanced option since I don't expect most users will use it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115815/new/
https://reviews.llvm.org/D115815
More information about the llvm-commits
mailing list