We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b638d8c commit c874e36Copy full SHA for c874e36
src/bootstrap/lib.rs
@@ -213,6 +213,7 @@ const LLVM_TOOLS: &[&str] = &[
213
"llvm-profdata", // used to inspect and merge files generated by profiles
214
"llvm-size", // used to prints the size of the linker sections of a program
215
"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
217
];
218
219
/// A structure representing a Rust compiler.
0 commit comments