Recognize the extra "LLVM tools versions" argument to build-manifest.

Fix #51699.
This commit is contained in:
kennytm 2018-06-22 16:22:01 +08:00
parent 4b17d31f11
commit 07ad6e042c
No known key found for this signature in database
GPG Key ID: FEF6C8051D0E013C

View File

@ -212,6 +212,7 @@ fn main() {
let cargo_release = args.next().unwrap();
let rls_release = args.next().unwrap();
let rustfmt_release = args.next().unwrap();
let _llvm_tools_vers = args.next().unwrap(); // FIXME do something with it?
let s3_address = args.next().unwrap();
let mut passphrase = String::new();
t!(io::stdin().read_to_string(&mut passphrase));