-
Notifications
You must be signed in to change notification settings - Fork 744
Support new dylink.0 custom section format #1707
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
Conversation
See also: llvm change: https://reviews.llvm.org/D109595 wabt change: WebAssembly/wabt#1707
See also: llvm change: https://reviews.llvm.org/D109595 wabt change: WebAssembly/wabt#1707
See also: llvm change: https://reviews.llvm.org/D109595 wabt change: WebAssembly/wabt#1707
See also: llvm change: https://reviews.llvm.org/D109595 wabt change: WebAssembly/wabt#1707 binaryen change: WebAssembly/binaryen#4141
llvm change: https://reviews.llvm.org/D109595 binaryen change: WebAssembly/binaryen#4141 wabt change: WebAssembly/wabt#1707 emscripten change: emscripten-core/emscripten#15019
See also: llvm change: https://reviews.llvm.org/D109595 wabt change: WebAssembly/wabt#1707 emscripten change: emscripten-core/emscripten#15019
See also: llvm change: https://reviews.llvm.org/D109595 wabt change: WebAssembly/wabt#1707 binaryen change: WebAssembly/binaryen#4141
llvm change: https://reviews.llvm.org/D109595 binaryen change: WebAssembly/binaryen#4141 wabt change: WebAssembly/wabt#1707 emscripten change: emscripten-core/emscripten#15019
llvm change: https://reviews.llvm.org/D109595 binaryen change: WebAssembly/binaryen#4141 wabt change: WebAssembly/wabt#1707 emscripten change: emscripten-core/emscripten#15019
See also: llvm change: https://reviews.llvm.org/D109595 wabt change: WebAssembly/wabt#1707 emscripten change: emscripten-core/emscripten#15019
I guess |
Actually, if onSymbol currently actually works, maybe we should leave it (and maybe add a simple dumper) until I'm done investigating how we want LLVM to treat symbols (e.g. section vs binary offsets). It might be useful to check against LLVM. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM otherwise
|
I split that out into its own CL anyway. |
This section is now based on sub-sections making it more extensible. (Also remove unused OnSymbol callback).
See also: llvm change: https://reviews.llvm.org/D109595 wabt change: WebAssembly/wabt#1707 emscripten change: emscripten-core/emscripten#15019
See also: spec change: WebAssembly/tool-conventions#170 llvm change: https://reviews.llvm.org/D109595 wabt change: WebAssembly/wabt#1707 emscripten change: emscripten-core/emscripten#15019
See also: llvm change: https://reviews.llvm.org/D109595 wabt change: WebAssembly/wabt#1707 binaryen change: WebAssembly/binaryen#4141
See also: llvm change: https://reviews.llvm.org/D109595 wabt change: WebAssembly/wabt#1707 binaryen change: WebAssembly/binaryen#4141
See also: llvm change: https://reviews.llvm.org/D109595 wabt change: WebAssembly/wabt#1707 binaryen change: WebAssembly/binaryen#4141
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
See also: llvm change: https://reviews.llvm.org/D109595 wabt change: WebAssembly/wabt#1707 binaryen change: WebAssembly/binaryen#4141
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
This section is now based on sub-sections making it more
extensible.
See also:
llvm change: https://reviews.llvm.org/D109595
binaryen change: WebAssembly/binaryen#4141