[dsymutil] Fix add_llvm_tool_symlink

Update the arguments to add_llvm_tool_symlink to symlink llvm-dsymutil
to dsymutil.

llvm-svn: 327792
This commit is contained in:
Jonas Devlieghere 2018-03-18 12:27:05 +00:00
parent e409f84e7e
commit 163326d10c
1 changed files with 1 additions and 1 deletions

View 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()