Uh oh!
There was an error while loading. Please reload this page.
Upgrade LLVM - #12207
Merged
Merged
Conversation
huonw
commented
Feb 12, 2014
Contributor
This fixes #10613, right? |
adrientetar
commented
Feb 12, 2014
Contributor
Patch just got merged upstream. |
sanxiyn
commented
Feb 12, 2014
Contributor
For posterity, @pcwalton's patch is r200907, @alexcrichton's patch is r201230. |
alexcrichton
commented
Feb 12, 2014
MemberAuthor
It does indeed close #10613 (updated PR description), and my patch has indeed landed upstream. |
alexcrichton
commented
Feb 14, 2014
MemberAuthor
ping r? |
Includes an upstream commit by pcwalton to improve codegen of our enums getting moved around.
bors added a commit
that referenced
this pull request
Feb 14, 2014
Includes an upstream commit by pcwalton to improve codegen of our enums getting moved around. This also introduces a new commit on top of our stack of patches to fix a mingw32 build issue. I have submitted the patch upstream: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20140210/204653.html I verified that this builds on the try bots, which amazes me because I think that c++11 is turned on now, but I guess we're still lucky! Closes#10613 (pcwalton's patch landed) Closes#11992 (llvm has removed these options)
This file contains hidden or 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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Includes an upstream commit by pcwalton to improve codegen of our enums getting
moved around.
This also introduces a new commit on top of our stack of patches to fix a mingw32 build issue. I have submitted the patch upstream: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20140210/204653.html
I verified that this builds on the try bots, which amazes me because I think that c++11 is turned on now, but I guess we're still lucky!
Closes#10613 (pcwalton's patch landed)
Closes#11992 (llvm has removed these options)