File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -211,9 +211,9 @@ const LLVM_TOOLS: &[&str] = &[
211
211
"llvm-objcopy" , // used to transform ELFs into binary format which flashing tools consume
212
212
"llvm-objdump" , // used to disassemble programs
213
213
"llvm-profdata" , // used to inspect and merge files generated by profiles
214
+ "llvm-readobj" , // used to get information from ELFs/objects that the other tools don't provide
214
215
"llvm-size" , // used to prints the size of the linker sections of a program
215
216
"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
217
] ;
218
218
219
219
/// A structure representing a Rust compiler.
You can’t perform that action at this time.
0 commit comments