Skip to content

Commit

Permalink
add llvm-readobj to llvm-tools-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric committed Aug 27, 2018
1 parent b638d8c commit c874e36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/lib.rs
Expand Up @@ -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.
Expand Down

0 comments on commit c874e36

Please sign in to comment.