Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This updates Travis to use LLVM 3.3 instead of 3.2, and simultaneously heralds the arrival of 3.3 binaries on the PPA. 3.2 binaries are maintained alongside, so users can switch at their leisure, for now.
@JeffBezanson; do you want to move to 3.3 for the 0.2 release? I can't find a reason not to, we have a PPA, Homebrew has a formula, and even Arch Linux has a package for it, so I don't think we're going to lack in distribution support. If so, we can merge this, I'll change my nightlies to require 3.3 instead of 3.2, and we can change the requisite setting in
deps/Version.make
. We just have to be careful to clear out anything having to do with LLVM inusr/
after the version is changed indeps/Version.make
.