Rebuild rustc_llvm when the rustllvm source files change
This commit is contained in:
parent
766f6e4782
commit
5887ee5018
1 changed files with 3 additions and 0 deletions
|
@ -116,6 +116,9 @@ fn main() {
|
|||
cfg.flag("-DLLVM_RUSTLLVM");
|
||||
}
|
||||
|
||||
println!("cargo:rerun-if-changed=../rustllvm/PassWrapper.cpp");
|
||||
println!("cargo:rerun-if-changed=../rustllvm/RustWrapper.cpp");
|
||||
println!("cargo:rerun-if-changed=../rustllvm/ArchiveWrapper.cpp");
|
||||
cfg.file("../rustllvm/PassWrapper.cpp")
|
||||
.file("../rustllvm/RustWrapper.cpp")
|
||||
.file("../rustllvm/ArchiveWrapper.cpp")
|
||||
|
|
Loading…
Add table
Reference in a new issue