Skip to content

Support new dylink.0 custom section format #15019

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

Merged
merged 1 commit into from
Sep 11, 2021
Merged

Support new dylink.0 custom section format #15019

merged 1 commit into from
Sep 11, 2021

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Sep 10, 2021

@sbc100 sbc100 requested review from kripken and dschuff and removed request for kripken September 10, 2021 14:40
sbc100 added a commit to WebAssembly/tool-conventions that referenced this pull request Sep 10, 2021
sbc100 added a commit to WebAssembly/binaryen that referenced this pull request Sep 10, 2021
@sbc100
Copy link
Collaborator Author

sbc100 commented Sep 10, 2021

This change is designed to be 100% backwards compat with the current output of llvm (as are the wabt and emscripten patches)

The plan is to land these changes in the following order:

  1. tool-conventions
  2. binaryen, wabt, emscripten (in any order)
  3. llvm

sbc100 added a commit to WebAssembly/tool-conventions that referenced this pull request Sep 10, 2021
sbc100 added a commit to WebAssembly/tool-conventions that referenced this pull request Sep 10, 2021
sbc100 added a commit to WebAssembly/binaryen that referenced this pull request Sep 10, 2021
sbc100 added a commit to WebAssembly/binaryen that referenced this pull request Sep 11, 2021
sbc100 added a commit to WebAssembly/binaryen that referenced this pull request Sep 11, 2021
@sbc100
Copy link
Collaborator Author

sbc100 commented Sep 11, 2021

Landing TBR so that the llvm change can be landed as soon as it get approved. Happy to make adjustments or revert if its not approved.

@sbc100 sbc100 merged commit 73c20f6 into main Sep 11, 2021
@sbc100 sbc100 deleted the dylink.0 branch September 11, 2021 23:05
sbc100 added a commit to llvm/llvm-project that referenced this pull request Sep 12, 2021
This format is based on sub-sections (like the "linking" and "name"
sections) and is therefore easier to extend going forward.

spec change: WebAssembly/tool-conventions#170
binaryen change: WebAssembly/binaryen#4141
wabt change:  WebAssembly/wabt#1707
emscripten change: emscripten-core/emscripten#15019

Differential Revision: https://reviews.llvm.org/D109595
Copy link
Member

@dschuff dschuff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good to me now.

CDLlo pushed a commit to CDLlo/emscripten that referenced this pull request Oct 4, 2021
mem-frob pushed a commit to draperlaboratory/hope-llvm-project that referenced this pull request Oct 7, 2022
This format is based on sub-sections (like the "linking" and "name"
sections) and is therefore easier to extend going forward.

spec change: WebAssembly/tool-conventions#170
binaryen change: WebAssembly/binaryen#4141
wabt change:  WebAssembly/wabt#1707
emscripten change: emscripten-core/emscripten#15019

Differential Revision: https://reviews.llvm.org/D109595
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.

3 participants