diff --git a/src/bootstrap/lib.rs b/src/bootstrap/lib.rs index 5bb475e07ba8d..720edaa91958c 100644 --- a/src/bootstrap/lib.rs +++ b/src/bootstrap/lib.rs @@ -213,6 +213,7 @@ const LLVM_TOOLS: &[&str] = &[ "llvm-profdata", // used to inspect and merge files generated by profiles "llvm-size", // used to prints the size of the linker sections of a program "llvm-strip", // used to discard symbols from binary files to reduce their size + "llvm-readobj", // used to get information from ELFs/objects that the other tools don't provide ]; /// A structure representing a Rust compiler.