OSDN Git Service

[dsymutil] Fix add_llvm_tool_symlink
authorJonas Devlieghere <jonas@devlieghere.com>
Sun, 18 Mar 2018 12:27:05 +0000 (12:27 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Sun, 18 Mar 2018 12:27:05 +0000 (12:27 +0000)
Update the arguments to add_llvm_tool_symlink to symlink llvm-dsymutil
to dsymutil.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327792 91177308-0d34-0410-b5e6-96231b3b80d8

tools/dsymutil/CMakeLists.txt

index 8d50ad6..da62808 100644 (file)
@@ -27,6 +27,6 @@ if(APPLE)
 endif(APPLE)
 
 if(LLVM_INSTALL_CCTOOLS_SYMLINKS)
-  add_llvm_tool_symlink(dsymutil dsymutil)
+  add_llvm_tool_symlink(llvm-dsymutil dsymutil)
 endif()