]> granicus.if.org Git - llvm/commitdiff
tools: add `llvm-nm` and `llvm-objcopy` to tools
authorSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 3 Jun 2019 17:17:09 +0000 (17:17 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 3 Jun 2019 17:17:09 +0000 (17:17 +0000)
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

cmake/modules/AddLLVM.cmake

index bd78a9f6783d767714383c83470d95e99fdf8727..e886c46a186a377ba1b24a91e7c6387ee739c0fc 100644 (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