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.
This commit is contained in:
Elliott Sales de Andrade
2020-08-23 02:53:13 -04:00
committed by Ayke van Laethem
parent 1dc85ded47
commit 32c7f3baf9
-1
View File
@@ -12,7 +12,6 @@
],
"ldflags": [
"--allow-undefined",
"--no-threads",
"--stack-first",
"--export-all",
"--no-demangle",