aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/llvm-objcopy/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/llvm-objcopy/CMakeLists.txt b/tools/llvm-objcopy/CMakeLists.txt
index 05aa727ab9d..c8d3f22e294 100644
--- a/tools/llvm-objcopy/CMakeLists.txt
+++ b/tools/llvm-objcopy/CMakeLists.txt
@@ -8,6 +8,9 @@ add_llvm_tool(llvm-objcopy
Object.cpp
)
+add_llvm_tool_symlink(llvm-strip llvm-objcopy)
+
if(LLVM_INSTALL_BINUTILS_SYMLINKS)
add_llvm_tool_symlink(objcopy llvm-objcopy)
+ add_llvm_tool_symlink(strip llvm-objcopy)
endif()