This is a follow up to D37644, this block was missed in that change.
Differential Revision: https://reviews.llvm.org/D58093
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354194
91177308-0d34-0410-b5e6-
96231b3b80d8
endforeach()
foreach(component ${LLVM_RUNTIME_DISTRIBUTION_COMPONENTS})
- if(NOT "${target_name}:${target_name}-${component}" IN_LIST extra_targets)
- list(APPEND ${name}_extra_targets
- "${target_name}:${target_name}-${component}"
- "${target_name}:${target_name}-install-${component}")
- endif()
+ set(${component}-${name} ${component})
+ set(install-${component}-${name} ${component})
+ list(APPEND ${name}_extra_targets ${component}-${name} install-${component}-${name})
endforeach()
if(LLVM_INCLUDE_TESTS)