[PATCH] D104957: Add llvm-readobj and binutils symlinks to LLVM_TOOLCHAIN_TOOLS

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 22 16:36:13 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG5b93e3a75fc4: Add llvm-readobj and binutils symlinks to LLVM_TOOLCHAIN_TOOLS (authored by LittleFox94, committed by sbc100).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104957/new/

https://reviews.llvm.org/D104957

Files:
  llvm/cmake/modules/AddLLVM.cmake


Index: llvm/cmake/modules/AddLLVM.cmake
===================================================================
--- llvm/cmake/modules/AddLLVM.cmake
+++ llvm/cmake/modules/AddLLVM.cmake
@@ -1199,6 +1199,7 @@
     llvm-objcopy
     llvm-objdump
     llvm-rc
+    llvm-readobj
     llvm-size
     llvm-strings
     llvm-strip
@@ -1213,6 +1214,7 @@
     nm
     objcopy
     objdump
+    readelf
     size
     strings
     strip


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104957.361028.patch
Type: text/x-patch
Size: 423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210722/086f58fd/attachment.bin>


More information about the llvm-commits mailing list