Update to the latest LLVM release/8.x release branch

This updates src/llvm-project to the latest LLVM release/8.x:

https://github.com/llvm/llvm-project/tree/release/8.x/

This has some urgency as it includes the fix for the wasm-ld deadlock bug
which several users have run into:
 - https://reviews.llvm.org/D60757

As well as the long double va_arg bug:
 - https://reviews.llvm.org/D58656
pull/37/head
Dan Gohman 6 years ago
parent 5b377b6b71
commit 34245cc98d

1
.gitmodules vendored

@ -1,6 +1,7 @@
[submodule "src/llvm-project"]
path = src/llvm-project
url = https://github.com/llvm/llvm-project
branch = release/8.x
[submodule "src/wasi-sysroot"]
path = src/wasi-sysroot
url = https://github.com/CraneStation/wasi-sysroot

@ -1 +1 @@
Subproject commit d2298e74235598f15594fe2c99bbac870a507c59
Subproject commit 05288f5020de74ced1c22a11d9406ee2c90bb807
Loading…
Cancel
Save