Upgrade llvm to current HEAD

* This has one workaround patch (everything's testing just fine...)
* I reworked the fixedstacksegment attribute to be specified with a string
  rather than using a keyword and an integer and modifying the parser
* I added a "no-split-stack" attribute along the same lines as the
  "fixedstacksegment" attribute for #1226
This commit is contained in:
Alex Crichton 2013-08-05 21:19:48 -07:00
parent 5b4244d917
commit d1e4815255
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit f67442eee27d3d075a65cf7f9a70f7ec6649ffd1
Subproject commit 0964c68ddf2c67ce455e7443a06f4bb3db9e92bb

View File

@ -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-07-04
2013-08-20