]> git.lizzy.rs Git - rust.git/commitdiff
sort
authorJorge Aparicio <jorge@japaric.io>
Tue, 28 Aug 2018 12:58:52 +0000 (14:58 +0200)
committerJorge Aparicio <jorge@japaric.io>
Tue, 28 Aug 2018 12:58:52 +0000 (14:58 +0200)
src/bootstrap/lib.rs

index 720edaa91958cbea2f7ac96ae9848a38539a2089..862002f6e97fdd721984ba4ee16da4869e6473bb 100644 (file)
@@ -211,9 +211,9 @@ pub unsafe fn setup(_build: &mut ::Build) {
     "llvm-objcopy", // used to transform ELFs into binary format which flashing tools consume
     "llvm-objdump", // used to disassemble programs
     "llvm-profdata", // used to inspect and merge files generated by profiles
+    "llvm-readobj", // used to get information from ELFs/objects that the other tools don't provide
     "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.