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

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 26 16:59:30 PDT 2022


sbc100 added inline comments.


================
Comment at: llvm/lib/BinaryFormat/Wasm.cpp:74
+  }
+}
+
----------------
Looks like should be able to delete the copy of this function from `lld/wasm/OutputSections.cpp`?

And what looks like another version in `WasmObjectFile::getSectionName`


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