Update LLVM
There's a number of goodies in this LLVM update: * This contains a fix for https://llvm.org/bugs/show_bug.cgi?id=23957 which should help us bootstrap farther on 32-bit MSVC targets. * There is better support for writing multiple flavors of archives, allowing us to use the built-in LLVM support instead of the system `ar` on all current platforms of the compiler. * A number of other minor bug fixes and performance improvements to unblock various other pieces of work.
This commit is contained in:
parent
e4e93196e1
commit
ea317e8ea4
2 changed files with 2 additions and 2 deletions
2
src/llvm
2
src/llvm
|
|
@ -1 +1 @@
|
|||
Subproject commit 8cbcdf1b72e1b23679646f6faca265f76b20d379
|
||||
Subproject commit 874dc4ee4cb782056469f003831bcda3e4cdf0df
|
||||
|
|
@ -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.
|
||||
2015-06-16
|
||||
2015-06-30
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue