[PATCH] D35213: [WebAssembly] Be consistent in generating trivial test input files

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 10 13:31:07 PDT 2017


sbc100 added inline comments.


================
Comment at: test/Object/Inputs/trivial.ll:1
+; llc -mtriple=wasm32-unknown-unknown-wasm trivial.ll -filetype=obj -o trivial-object-test.wasm
+
----------------
dschuff wrote:
> This looks like it's supposed to be a RUN line but of course it's not. So maybe just put an explanatory comment before this line that says something like 'to regenerate the trivial-object.wasm file, run the following command.'
Done.


https://reviews.llvm.org/D35213





More information about the llvm-commits mailing list