We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72139a9 commit 8f595ceCopy full SHA for 8f595ce
compiler/rustc_llvm/build.rs
@@ -4,6 +4,8 @@ use std::fmt::Display;
4
use std::path::{Path, PathBuf};
5
use std::process::{Command, Stdio};
6
7
+// tmp: inconsequential change to trigger an LLVM rebuild
8
+
9
const OPTIONAL_COMPONENTS: &[&str] = &[
10
"x86",
11
"arm",
compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
@@ -39,6 +39,8 @@
39
//
40
//===----------------------------------------------------------------------===
41
42
43
44
using namespace llvm;
45
using namespace llvm::sys;
46
using namespace llvm::object;
compiler/rustc_llvm/src/lib.rs
@@ -7,6 +7,8 @@
// NOTE: This crate only exists to allow linking on mingw targets.
12
use std::cell::RefCell;
13
use std::slice;
14
0 commit comments