aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rust/alpine-dont-require-filecheck.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/rust/alpine-dont-require-filecheck.patch')
-rw-r--r--testing/rust/alpine-dont-require-filecheck.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/testing/rust/alpine-dont-require-filecheck.patch b/testing/rust/alpine-dont-require-filecheck.patch
deleted file mode 100644
index 6556d82a46..0000000000
--- a/testing/rust/alpine-dont-require-filecheck.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-From: Jakub Jirutka <jakub@jirutka.cz>
-Date: Thu, 06 Apr 2017 12:25:00 +0200
-Subject: [PATCH] Do not require FileCheck
-
---- a/src/bootstrap/sanity.rs
-+++ b/src/bootstrap/sanity.rs
-@@ -144,12 +144,6 @@
- }
- }
-
-- // Externally configured LLVM requires FileCheck to exist
-- let filecheck = build.llvm_filecheck(&build.config.build);
-- if !filecheck.starts_with(&build.out) && !filecheck.exists() && build.config.codegen_tests {
-- panic!("FileCheck executable {:?} does not exist", filecheck);
-- }
--
- for target in build.config.target.iter() {
- // Can't compile for iOS unless we're on OSX
- if target.contains("apple-ios") &&