aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rust/dont-require-filecheck.patch
blob: 430cc9320ca2af406f0b76122969316130bc2748 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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") ||