From 3cd68c85336253cd4a428bfdc38bf4e0c001ecec Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Mon, 3 Jun 2019 17:17:09 +0000 Subject: [PATCH] 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 --- cmake/modules/AddLLVM.cmake | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.50.1