Skip to content

Commit 8f595ce

Browse files
committed
tmp: inconsequential change to trigger an LLVM rebuild
1 parent 72139a9 commit 8f595ce

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

compiler/rustc_llvm/build.rs

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ use std::fmt::Display;
44
use std::path::{Path, PathBuf};
55
use std::process::{Command, Stdio};
66

7+
// tmp: inconsequential change to trigger an LLVM rebuild
8+
79
const OPTIONAL_COMPONENTS: &[&str] = &[
810
"x86",
911
"arm",

compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
//
4040
//===----------------------------------------------------------------------===
4141

42+
// tmp: inconsequential change to trigger an LLVM rebuild
43+
4244
using namespace llvm;
4345
using namespace llvm::sys;
4446
using namespace llvm::object;

compiler/rustc_llvm/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
// NOTE: This crate only exists to allow linking on mingw targets.
99

10+
// tmp: inconsequential change to trigger an LLVM rebuild
11+
1012
use std::cell::RefCell;
1113
use std::slice;
1214

0 commit comments

Comments
 (0)