We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 766f6e4 commit 5887ee5Copy full SHA for 5887ee5
src/librustc_llvm/build.rs
@@ -116,6 +116,9 @@ fn main() {
116
cfg.flag("-DLLVM_RUSTLLVM");
117
}
118
119
+ println!("cargo:rerun-if-changed=../rustllvm/PassWrapper.cpp");
120
+ println!("cargo:rerun-if-changed=../rustllvm/RustWrapper.cpp");
121
+ println!("cargo:rerun-if-changed=../rustllvm/ArchiveWrapper.cpp");
122
cfg.file("../rustllvm/PassWrapper.cpp")
123
.file("../rustllvm/RustWrapper.cpp")
124
.file("../rustllvm/ArchiveWrapper.cpp")
0 commit comments