[PATCH] D115815: [CMake] Support passing arguments to build tool for external projects
Andrew Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 5 10:25:44 PST 2022
andrewng marked an inline comment as done.
andrewng added inline comments.
================
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.")
----------------
beanz wrote:
> We should probably mark this as an advanced option since I don't expect most users will use it.
Thanks for the suggestion and I've also now learnt about `mark_as_advanced`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115815/new/
https://reviews.llvm.org/D115815
More information about the llvm-commits
mailing list