mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-24 20:30:06 +00:00
tools: add llvm-nm
and llvm-objcopy
to tools
Add `nm` and `objcopy` to the default value for the tools that we install now that they are sufficiently feature complete to replace bintuils' implementation. Patch by Jiang Yi! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362425 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d9ae20332d
commit
3cd68c8533
@ -878,6 +878,8 @@ if(NOT LLVM_TOOLCHAIN_TOOLS)
|
||||
llvm-ar
|
||||
llvm-ranlib
|
||||
llvm-lib
|
||||
llvm-nm
|
||||
llvm-objcopy
|
||||
llvm-objdump
|
||||
llvm-rc
|
||||
llvm-profdata
|
||||
|
Loading…
Reference in New Issue
Block a user