Skip to content

Commit

Permalink
tmp: inconsequential change to trigger an LLVM rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
lqd committed Aug 11, 2024
1 parent 72139a9 commit 8f595ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/rustc_llvm/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ use std::fmt::Display;
use std::path::{Path, PathBuf};
use std::process::{Command, Stdio};

// tmp: inconsequential change to trigger an LLVM rebuild

const OPTIONAL_COMPONENTS: &[&str] = &[
"x86",
"arm",
Expand Down
2 changes: 2 additions & 0 deletions compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
//
//===----------------------------------------------------------------------===

// tmp: inconsequential change to trigger an LLVM rebuild

using namespace llvm;
using namespace llvm::sys;
using namespace llvm::object;
Expand Down
2 changes: 2 additions & 0 deletions compiler/rustc_llvm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

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

// tmp: inconsequential change to trigger an LLVM rebuild

use std::cell::RefCell;
use std::slice;

Expand Down

0 comments on commit 8f595ce

Please sign in to comment.