[PATCH] D91461: [build] normalize components dependencies
Thomas Preud'homme via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 14 08:49:11 PST 2020
thopre added inline comments.
================
Comment at: llvm/lib/FileCheck/CMakeLists.txt:7
-target_link_libraries(LLVMFileCheck LLVMSupport)
+ LLVM_COMPONENTS
+ Support
----------------
I don't see any LLVM_COMPONENTS in the source code, and llvm_add_library used indirectly by add_llvm_component_library knows about LINK_COMPONENTS but not LLVM_COMPONENTS. Is my source outdated and this was introduced recently?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91461/new/
https://reviews.llvm.org/D91461
More information about the llvm-commits
mailing list