diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-06 02:40:28 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-08-06 02:46:07 +0200 |
commit | 2a8472b921baf8c2ac35688df5188f034b526441 (patch) | |
tree | c1dd188efdfadc06ed3a5b518d27dc51f62f319b /testing/rust/dont-require-filecheck.patch | |
parent | e66941ed72d80c578ea9727851fb0cc2c65214e9 (diff) | |
download | aports-2a8472b921baf8c2ac35688df5188f034b526441.tar.bz2 aports-2a8472b921baf8c2ac35688df5188f034b526441.tar.xz |
testing/rust: new aport
http://www.rust-lang.org
The Rust Programming Language
Diffstat (limited to 'testing/rust/dont-require-filecheck.patch')
-rw-r--r-- | testing/rust/dont-require-filecheck.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/testing/rust/dont-require-filecheck.patch b/testing/rust/dont-require-filecheck.patch new file mode 100644 index 0000000000..430cc9320c --- /dev/null +++ b/testing/rust/dont-require-filecheck.patch @@ -0,0 +1,19 @@ +From: Jakub Jirutka <jakub@jirutka.cz> +Date: Thu, 04 Aug 2016 17:53:00 +0200 +Subject: [PATCH] Do not require FileCheck + +--- a/src/bootstrap/build/sanity.rs ++++ b/src/bootstrap/build/sanity.rs +@@ -76,12 +76,6 @@ + need_cmd(build.cxx(host).as_ref()); + } + +- // Externally configured LLVM requires FileCheck to exist +- let filecheck = build.llvm_filecheck(&build.config.build); +- if !filecheck.starts_with(&build.out) && !filecheck.exists() { +- panic!("filecheck executable {:?} does not exist", filecheck); +- } +- + for target in build.config.target.iter() { + // Either can't build or don't want to run jemalloc on these targets + if target.contains("rumprun") || |