rustbuild: Add option for enabling partial LLVM rebuilds

This commit is contained in:
Vadim Petrochenkov
2017-03-07 23:20:39 +03:00
parent f84a517483
commit 9b8b3b2b03
5 changed files with 26 additions and 18 deletions

View File

@@ -0,0 +1,4 @@
# If this file is modified, then llvm will be (optionally) cleaned and then rebuilt.
# The actual contents of this file do not matter, but to trigger a change on the
# build bots then the contents should be changed so git updates the mtime.
2017-03-04