diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-09-23 10:06:29 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-09-23 10:07:22 -0700 |
| commit | 5a78b54586a07afa65822aa2d079da334ae70ca3 (patch) | |
| tree | 742bc00023f84ca118ae316b2dc533d71a9c9d14 /src/rustllvm | |
| parent | 5b6ef090464d9936b238a9524bc291c1134e69cc (diff) | |
| download | rust-5a78b54586a07afa65822aa2d079da334ae70ca3.tar.gz rust-5a78b54586a07afa65822aa2d079da334ae70ca3.zip | |
Disable zlib/libffi when configuring LLVM
This should help bring fewer dependencies in to the snapshots. Closes #9397
Diffstat (limited to 'src/rustllvm')
| -rw-r--r-- | src/rustllvm/llvm-auto-clean-trigger | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rustllvm/llvm-auto-clean-trigger b/src/rustllvm/llvm-auto-clean-trigger index 745dec8c70c..01a5eaefa89 100644 --- a/src/rustllvm/llvm-auto-clean-trigger +++ b/src/rustllvm/llvm-auto-clean-trigger @@ -1,4 +1,4 @@ # If this file is modified, then llvm will be forcibly 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. -2013-09-22 +2013-09-23 |
