[PATCH] D121838: Generalize "check-all" umbrella targets, use for check-clang-tools
Kirill Bobyrev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 8 05:26:53 PDT 2022
kbobyrev added a comment.
LG to me with the comments that Haojian made!
================
Comment at: llvm/cmake/modules/AddLLVM.cmake:1827
+# Convert a target name like check-clangd to a variable name like CLANG.
+function(umbrella_lit_testsuite_var target outvar)
----------------
hokein wrote:
> if I read the code correctly, input `check-clangd` the output is CLANGD, not CLANG.
Also, maybe the other way around (-> `check-clang`) since it's a generic LLVM CMake module, not everyone here knows what clangd is.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121838/new/
https://reviews.llvm.org/D121838
More information about the llvm-commits
mailing list