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:
Saleem Abdulrasool 2019-06-03 17:17:09 +00:00
parent d9ae20332d
commit 3cd68c8533

View File

@ -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