[PATCH] D126509: [Objcopy][Wasm] Allow selecting known sections by name

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 6 04:11:29 PDT 2022


jhenderson added a comment.

In D126509#3554020 <https://reviews.llvm.org/D126509#3554020>, @dschuff wrote:

> @jhenderson or others, would you like to review this too, or is sbc's review sufficient?

I'm happy for @sbc100 to review wasm-only changes like this patch, without contributing myself. If the change starts impacting generic llvm-objcopy code, I'd like to review it though.



================
Comment at: llvm/test/tools/llvm-objcopy/wasm/dump-section.test:16
 
+## Test dumping the type section (a known section)
+# RUN: llvm-objcopy --dump-section=TYPE=%t.sec %t
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126509/new/

https://reviews.llvm.org/D126509



More information about the llvm-commits mailing list