Skip to content

Commit c874e36

Browse files
committed
add llvm-readobj to llvm-tools-preview
1 parent b638d8c commit c874e36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ const LLVM_TOOLS: &[&str] = &[
213213
"llvm-profdata", // used to inspect and merge files generated by profiles
214214
"llvm-size", // used to prints the size of the linker sections of a program
215215
"llvm-strip", // used to discard symbols from binary files to reduce their size
216+
"llvm-readobj", // used to get information from ELFs/objects that the other tools don't provide
216217
];
217218

218219
/// A structure representing a Rust compiler.

0 commit comments

Comments
 (0)