Skip to content

Commit 8e7831d

Browse files
committed
Update submodule to include microtask type fix
As [#83329] points out, users of the OpenMP WebAssembly port in upstream LLVM could run into issues with indirect call type mismatches. [#84355] fixes that problem, so this commit updates the example to use that fix. It first changes the `llvm-project` submodule to point upstream, since all of the work is now merged there, and also changes that submodule to point directly at the commit for [#84355]. [#83329]: llvm/llvm-project#83329 [#84355]: llvm/llvm-project#84355
1 parent dd5e368 commit 8e7831d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[submodule "llvm-project"]
22
path = llvm-project
3-
url = https://github.com/abrown/llvm-project
4-
branch = wasm-openmp
3+
url = https://github.com/llvm/llvm-project
4+
branch = main
55
shallow = true

llvm-project

0 commit comments

Comments
 (0)