[PATCH] D100021: cmake: Remove unused property on some targets: LLVM_LINK_LIBS
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 22 16:16:17 PDT 2021
tstellar updated this revision to Diff 361021.
tstellar added a comment.
Rebase.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100021/new/
https://reviews.llvm.org/D100021
Files:
llvm/cmake/modules/AddLLVM.cmake
Index: llvm/cmake/modules/AddLLVM.cmake
===================================================================
--- llvm/cmake/modules/AddLLVM.cmake
+++ llvm/cmake/modules/AddLLVM.cmake
@@ -651,10 +651,9 @@
# property has been set to an empty value.
set_property(TARGET ${name} PROPERTY LLVM_LINK_COMPONENTS ${ARG_LINK_COMPONENTS} ${LLVM_LINK_COMPONENTS})
- # These two properties are internal properties only used to make sure the
+ # This property is an internal property only used to make sure the
# link step applied in LLVMBuildResolveComponentsLink uses the same
- # properties as the target_link_libraries call below.
- set_property(TARGET ${name} PROPERTY LLVM_LINK_LIBS ${ARG_LINK_LIBS})
+ # property as the target_link_libraries call below.
set_property(TARGET ${name} PROPERTY LLVM_LIBTYPE ${libtype})
endif()
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100021.361021.patch
Type: text/x-patch
Size: 859 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210722/3c2eda21/attachment.bin>
More information about the llvm-commits
mailing list