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

wasm: fix wasm-ld hang #377

Merged
merged 1 commit into from
May 25, 2019
Merged

wasm: fix wasm-ld hang #377

merged 1 commit into from
May 25, 2019

Conversation

aykevl
Copy link
Member

@aykevl aykevl commented May 25, 2019

See the following bugs for more information:
https://bugs.llvm.org/show_bug.cgi?id=41508
https://bugs.llvm.org/show_bug.cgi?id=37064

This should be removed again when we switch to LLVM 9, it may have a very small (basically negligible) compile time cost.

Verified

This commit was signed with the committer’s verified signature.
aykevl Ayke
@deadprogram
Copy link
Member

🔗 merging.

@deadprogram deadprogram merged commit f7687c4 into dev May 25, 2019
@deadprogram deadprogram deleted the fix-wasm-ld-hang branch May 25, 2019 16:25
QuLogic added a commit to QuLogic/tinygo that referenced this pull request 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 (tinygo-org#377), this can be removed when switching to 9.

Additionally, this flag was dropped from LLVM 11.
aykevl pushed a commit that referenced this pull request Aug 24, 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.
aykevl pushed a commit that referenced this pull request Aug 24, 2020

Verified

This commit was signed with the committer’s verified signature.
aykevl Ayke
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.
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