[PATCH] D139210: [llvm-objcopy] Fix --section-add when section contain empty bytes

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 2 11:05:53 PST 2022


dschuff added a comment.

The code looks good to me. Could you add a test case to llvm/test/tools/llvm-objcopy/wasm/add-section.test?
I guess it could be like the 2nd test case (that creates a file using echo and adds it, then checks the YAML payload).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139210



More information about the llvm-commits mailing list