File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 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;
44use std:: path:: { Path , PathBuf } ;
55use std:: process:: { Command , Stdio } ;
66
7+ // tmp: inconsequential change to trigger an LLVM rebuild
8+
79const OPTIONAL_COMPONENTS : & [ & str ] = & [
810 "x86" ,
911 "arm" ,
Original file line number Diff line number Diff line change 3939//
4040// ===----------------------------------------------------------------------===
4141
42+ // tmp: inconsequential change to trigger an LLVM rebuild
43+
4244using namespace llvm ;
4345using namespace llvm ::sys;
4446using namespace llvm ::object;
Original file line number Diff line number Diff line change 77
88// NOTE: This crate only exists to allow linking on mingw targets.
99
10+ // tmp: inconsequential change to trigger an LLVM rebuild
11+
1012use std:: cell:: RefCell ;
1113use std:: slice;
1214
You can’t perform that action at this time.
0 commit comments