[PATCH] D104957: Add llvm-readobj and binutils symlinks to LLVM_TOOLCHAIN_TOOLS
Mara Sophie Grosch via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 28 13:31:26 PDT 2021
LittleFox94 updated this revision to Diff 355018.
LittleFox94 edited the summary of this revision.
LittleFox94 added a comment.
Removed the symlink to readobj since it's not required and might be confusing
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
@@ -1196,6 +1196,7 @@
llvm-objcopy
llvm-objdump
llvm-rc
+ llvm-readobj
llvm-size
llvm-strings
llvm-strip
@@ -1210,6 +1211,7 @@
nm
objcopy
objdump
+ readelf
size
strings
strip
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104957.355018.patch
Type: text/x-patch
Size: 423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210628/158af32e/attachment.bin>
More information about the llvm-commits
mailing list