[PATCH] D69635: Add more binutils tools to LLVM_INSTALL_TOOLCHAIN_ONLY target
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 4 14:17:39 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1cce82eae84a: Add more binutils tools to LLVM_INSTALL_TOOLCHAIN_ONLY target (authored by sbc100).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69635/new/
https://reviews.llvm.org/D69635
Files:
llvm/cmake/modules/AddLLVM.cmake
Index: llvm/cmake/modules/AddLLVM.cmake
===================================================================
--- llvm/cmake/modules/AddLLVM.cmake
+++ llvm/cmake/modules/AddLLVM.cmake
@@ -893,14 +893,30 @@
if(NOT LLVM_TOOLCHAIN_TOOLS)
set (LLVM_TOOLCHAIN_TOOLS
llvm-ar
+ llvm-cxxfilt
llvm-ranlib
llvm-lib
llvm-nm
llvm-objcopy
llvm-objdump
llvm-rc
+ llvm-size
+ llvm-strings
+ llvm-strip
llvm-profdata
llvm-symbolizer
+ # symlink version of some of above tools that are enabled by
+ # LLVM_INSTALL_BINUTILS_SYMLINKS.
+ addr2line
+ ar
+ c++filt
+ ranlib
+ nm
+ objcopy
+ objdump
+ size
+ strings
+ strip
)
endif()
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69635.227782.patch
Type: text/x-patch
Size: 715 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191104/6b08e65b/attachment.bin>
More information about the llvm-commits
mailing list