File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -431,7 +431,8 @@ else() # if this is included from LLVM's CMake
431
431
foreach (component ${LLVM_RUNTIME_DISTRIBUTION_COMPONENTS} )
432
432
set (${component} -${name} ${component} )
433
433
set (install -${component}-${name} install -${component} )
434
- list (APPEND ${name} _extra_targets ${component} -${name} install -${component}-${name} )
434
+ set (install -${component}-${name}-stripped install -${component}-stripped )
435
+ list (APPEND ${name} _extra_targets ${component} -${name} install -${component}-${name} install -${component}-${name}-stripped )
435
436
endforeach ()
436
437
437
438
if (LLVM_INCLUDE_TESTS )
@@ -525,6 +526,7 @@ else() # if this is included from LLVM's CMake
525
526
foreach (component ${LLVM_RUNTIME_DISTRIBUTION_COMPONENTS} )
526
527
add_custom_target (${component} )
527
528
add_custom_target (install -${component} )
529
+ add_custom_target (install -${component}-stripped )
528
530
endforeach ()
529
531
endif ()
530
532
endif ()
You can’t perform that action at this time.
0 commit comments