Skip to content

Commit

Permalink
tools: add llvm-nm and llvm-objcopy to tools
Browse files Browse the repository at this point in the history
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
  • Loading branch information
compnerd committed Jun 3, 2019
1 parent d9ae203 commit 3cd68c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/modules/AddLLVM.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3cd68c8

Please sign in to comment.