-
Notifications
You must be signed in to change notification settings - Fork 13k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upstream LLVM has changed slightly such that our PassWrapper.cpp no longer comiles (travis errors). This updates the bundled LLVM to the latest nightly which will hopefully fix the travis errors we're seeing.
- Loading branch information
1 parent
34a224f
commit 294b27d
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. | ||
2014-02-11 | ||
2014-02-25 |
294b27d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from huonw, brson
at alexcrichton@294b27d
294b27d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging alexcrichton/rust/up-llvm = 294b27d into auto
294b27d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alexcrichton/rust/up-llvm = 294b27d merged ok, testing candidate = 2e1cfae
294b27d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all tests pass:
success: http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/4487
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-c/builds/2329
success: http://buildbot.rust-lang.org/builders/auto-mac-32-nopt-t/builds/2330
success: http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/4485
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-c/builds/3585
success: http://buildbot.rust-lang.org/builders/auto-mac-64-nopt-t/builds/3591
success: http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/4500
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-c/builds/3588
success: http://buildbot.rust-lang.org/builders/auto-linux-32-nopt-t/builds/3594
success: http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/4502
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-c/builds/3588
success: http://buildbot.rust-lang.org/builders/auto-linux-64-nopt-t/builds/3593
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android/builds/3662
success: http://buildbot.rust-lang.org/builders/auto-linux-64-x-android-t/builds/1441
success: http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/4494
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-c/builds/3595
success: http://buildbot.rust-lang.org/builders/auto-win-32-nopt-t/builds/3601
success: http://buildbot.rust-lang.org/builders/auto-bsd-64-opt/builds/4261
294b27d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fast-forwarding master to auto = 2e1cfae