File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ use std::fmt::Display;
4
4
use std:: path:: { Path , PathBuf } ;
5
5
use std:: process:: { Command , Stdio } ;
6
6
7
+ // tmp: inconsequential change to trigger an LLVM rebuild
8
+
7
9
const OPTIONAL_COMPONENTS : & [ & str ] = & [
8
10
"x86" ,
9
11
"arm" ,
Original file line number Diff line number Diff line change 39
39
//
40
40
// ===----------------------------------------------------------------------===
41
41
42
+ // tmp: inconsequential change to trigger an LLVM rebuild
43
+
42
44
using namespace llvm ;
43
45
using namespace llvm ::sys;
44
46
using namespace llvm ::object;
Original file line number Diff line number Diff line change 7
7
8
8
// NOTE: This crate only exists to allow linking on mingw targets.
9
9
10
+ // tmp: inconsequential change to trigger an LLVM rebuild
11
+
10
12
use std:: cell:: RefCell ;
11
13
use std:: slice;
12
14
You can’t perform that action at this time.
0 commit comments