From 34245cc98dcb34c47f8e1bcda7ddbb783759ef43 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 16 May 2019 07:09:15 -0700 Subject: [PATCH] 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 --- .gitmodules | 1 + src/llvm-project | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 13970a7..7ff53e2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/src/llvm-project b/src/llvm-project index d2298e7..05288f5 160000 --- a/src/llvm-project +++ b/src/llvm-project @@ -1 +1 @@ -Subproject commit d2298e74235598f15594fe2c99bbac870a507c59 +Subproject commit 05288f5020de74ced1c22a11d9406ee2c90bb807