Skip to content

Commit 84796cb

Browse files
committed
sort
1 parent c874e36 commit 84796cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,9 @@ const LLVM_TOOLS: &[&str] = &[
211211
"llvm-objcopy", // used to transform ELFs into binary format which flashing tools consume
212212
"llvm-objdump", // used to disassemble programs
213213
"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
214215
"llvm-size", // used to prints the size of the linker sections of a program
215216
"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
217217
];
218218

219219
/// A structure representing a Rust compiler.

0 commit comments

Comments
 (0)