[PATCH] D91461: [build] normalize components dependencies

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 14 12:14:02 PST 2020


serge-sans-paille added inline comments.


================
Comment at: llvm/lib/FileCheck/CMakeLists.txt:7
 
-target_link_libraries(LLVMFileCheck LLVMSupport)
+  LLVM_COMPONENT
+  Support
----------------
thopre wrote:
> Meinersbur wrote:
> > Isn't it LLVM_COMPONENT**S**?
> or LINK_COMPONENTS?
Indeed :-) 


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91461/new/

https://reviews.llvm.org/D91461



More information about the llvm-commits mailing list