[PATCH] D107662: [WebAssembly] Implement build-id feature
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 1 16:03:30 PDT 2022
dschuff created this revision.
dschuff added a reviewer: sbc100.
Herald added subscribers: wingo, dang, ecnelises, sunfish, jgravelle-google.
dschuff updated this revision to Diff 364867.
dschuff added a comment.
dschuff updated this revision to Diff 433551.
Herald added subscribers: pmatos, asb.
Herald added a project: All.
dschuff updated this revision to Diff 433561.
dschuff retitled this revision from "[WIP][WebAssembly] Implement build-id feature" to "[WebAssembly] Implement build-id feature".
dschuff edited the summary of this revision.
dschuff added a subscriber: aheejin.
dschuff published this revision for review.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
fix, and rebase
dschuff added a comment.
- Clean up and add test
dschuff added a comment.
- remove stray line
Implement the `--build-id` flag similarly to ELF, and generate a `build_id` section according to the WebAssembly tool convention specified in https://github.com/WebAssembly/tool-conventions/pull/183
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D107662
Files:
lld/test/wasm/build-id.s
lld/wasm/Config.h
lld/wasm/Driver.cpp
lld/wasm/Options.td
lld/wasm/SyntheticSections.cpp
lld/wasm/SyntheticSections.h
lld/wasm/Writer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107662.433561.patch
Type: text/x-patch
Size: 12654 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220601/897bffa9/attachment.bin>
More information about the llvm-commits
mailing list