Merge commit 'b385428e3d
' into subtree-update_cg_gcc_2024-03-05
This commit is contained in:
commit
0d359efbe6
76 changed files with 7183 additions and 4278 deletions
6
compiler/rustc_codegen_gcc/build.rs
Normal file
6
compiler/rustc_codegen_gcc/build.rs
Normal file
|
@ -0,0 +1,6 @@
|
|||
// TODO: remove this file and deps/libLLVM-18-rust-1.78.0-nightly.so when
|
||||
// https://github.com/rust-lang/rust/pull/121967 is merged.
|
||||
fn main() {
|
||||
println!("cargo:rerun-if-changed=deps/libLLVM-18-rust-1.78.0-nightly.so");
|
||||
println!("cargo:rustc-link-search=deps");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue