mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Add symlinks for libtool
and install_name_tool
Add symlinks for `llvm-libtool-darwin` and `llvm-install-name-tool`. Reviewed by jhenderson, smeenai Differential Revision: https://reviews.llvm.org/D85054
This commit is contained in:
parent
fc0dd4b853
commit
a27cdf02e5
@ -7,3 +7,7 @@ set(LLVM_LINK_COMPONENTS
|
||||
add_llvm_tool(llvm-libtool-darwin
|
||||
llvm-libtool-darwin.cpp
|
||||
)
|
||||
|
||||
if(LLVM_INSTALL_CCTOOLS_SYMLINKS)
|
||||
add_llvm_tool_symlink(libtool llvm-libtool-darwin)
|
||||
endif()
|
||||
|
@ -50,3 +50,7 @@ if(LLVM_INSTALL_BINUTILS_SYMLINKS)
|
||||
add_llvm_tool_symlink(objcopy llvm-objcopy)
|
||||
add_llvm_tool_symlink(strip llvm-objcopy)
|
||||
endif()
|
||||
|
||||
if(LLVM_INSTALL_CCTOOLS_SYMLINKS)
|
||||
add_llvm_tool_symlink(install_name_tool llvm-install-name-tool)
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user