提交 c874e36a 编写于 作者: J Jorge Aparicio

add llvm-readobj to llvm-tools-preview

上级 b638d8c7
......@@ -213,6 +213,7 @@ pub unsafe fn setup(_build: &mut ::Build) {
"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.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册