You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
${TARGET}/rt/llvmdeps.rs isn't regenerated when building. This can cause weird build errors. Presumably it needs to depend on something, but I'm not sure what at the moment.
The text was updated successfully, but these errors were encountered:
Previously the file was not regenrated upon modification of `src/rustllvm` or others.
Now it will be rebuilt if `src/llvm` or `src/rustllvm` is touched.
Also added *.rs rule to 'clean' rule so that it is removed upon 'make
clean'.
Fixesrust-lang#28614.
Previously the file was not regenrated upon modification of `src/rustllvm` or others.
Now it will be rebuilt if `src/llvm` or `src/rustllvm` is touched.
Also added *.rs rule to 'clean' rule so that it is removed upon 'make
clean'.
Fixesrust-lang#28614.
Even after a
${TARGET}/rt/llvmdeps.rs
isn't regenerated when building. This can cause weird build errors. Presumably it needs to depend on something, but I'm not sure what at the moment.The text was updated successfully, but these errors were encountered: