Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove --no-threads from wasm-ld calls. #1308

Merged
merged 1 commit into from
Aug 24, 2020
Merged

Conversation

QuLogic
Copy link
Contributor

@QuLogic QuLogic commented Aug 23, 2020

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.

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 (tinygo-org#377), this can be removed when switching to 9.

Additionally, this flag was dropped from LLVM 11.
@aykevl aykevl merged commit 581be0f into tinygo-org:dev Aug 24, 2020
@aykevl
Copy link
Member

aykevl commented Aug 24, 2020

Thank you for investigating and fixing! This flag is indeed not necessary any more.

@QuLogic QuLogic deleted the no-no-threads branch August 24, 2020 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants