Skip to content

Commit 581be0f

Browse files
QuLogicaykevl
authored andcommitted
Remove --no-threads from wasm-ld calls.
The bugs linked from the original addition of this flag are fixed: https://bugs.llvm.org/show_bug.cgi?id=41508 or 'possibly fixed': https://bugs.llvm.org/show_bug.cgi?id=37064#c8 since LLVM 8.0.1. TinyGo only support LLVM 9+, and as noted in the original PR (#377), this can be removed when switching to 9. Additionally, this flag was dropped from LLVM 11.
1 parent 5714559 commit 581be0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

targets/wasm.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
],
1313
"ldflags": [
1414
"--allow-undefined",
15-
"--no-threads",
1615
"--stack-first",
1716
"--export-all",
1817
"--no-demangle",

0 commit comments

Comments
 (0)