From: Saleem Abdulrasool Date: Mon, 3 Jun 2019 17:17:09 +0000 (+0000) Subject: tools: add `llvm-nm` and `llvm-objcopy` to tools X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3cd68c85336253cd4a428bfdc38bf4e0c001ecec;p=llvm 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 --- diff --git a/cmake/modules/AddLLVM.cmake b/cmake/modules/AddLLVM.cmake index bd78a9f6783..e886c46a186 100644 --- a/cmake/modules/AddLLVM.cmake +++ b/cmake/modules/AddLLVM.cmake @@ -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