[PATCH] D132883: [cmake] Don't include symlinks to tools in Build-all when `LLVM_BUILD_TOOLS` is off
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 30 05:25:54 PDT 2022
smeenai accepted this revision.
smeenai added a comment.
This revision is now accepted and ready to land.
Thanks, LGTM
================
Comment at: llvm/cmake/modules/AddLLVM.cmake:2139
+
+ set(should_build_all)
+ get_target_property(target_excluded_from_all ${target} EXCLUDE_FROM_ALL)
----------------
Before committing, could you add a TODO comment to switch this to use a generator expression once our minimum required CMake version is >= 3.19?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132883/new/
https://reviews.llvm.org/D132883
More information about the llvm-commits
mailing list