[PATCH] D70930: [llvm-objcopy][WebAssembly] Initial support for wasm in llvm-objcopy
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 16 17:40:24 PST 2019
dschuff marked an inline comment as done.
dschuff added inline comments.
================
Comment at: llvm/test/tools/llvm-objcopy/wasm/basic-copy.test:6
+# RUN: llvm-objcopy %t.o %t2.o
+# RUN: obj2yaml %t.o > %t.yaml
+# RUN: obj2yaml %t2.o > %t2.yaml
----------------
alexshap wrote:
> -o ?
obj2yaml does not support the `-o` option.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70930/new/
https://reviews.llvm.org/D70930
More information about the llvm-commits
mailing list