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

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 6 16:58:33 PDT 2022


aheejin added inline comments.


================
Comment at: llvm/test/tools/llvm-objcopy/wasm/only-keep-debug.test:17
 # CHECK:      Sections:
+# KEEPTYPE:       Type: TYPE
 # CHECK:        - Type: CUSTOM
----------------
dschuff wrote:
> aheejin wrote:
> > aheejin wrote:
> > > 
> > Not something important, but gentle ping?
> oh, oops, sorry I missed that. Will fix.
```
# CHECK-NOT:    - Type: TYPE
```
is still missing. Not important though.


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