[PATCH] D44023: [WebAssembly] Fix tests with invalid yaml (required CODE section missing)
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 2 09:43:30 PST 2018
sbc100 accepted this revision.
sbc100 added inline comments.
This revision is now accepted and ready to land.
================
Comment at: test/ObjectYAML/wasm/function_section.yaml:32
# CHECK: FunctionTypes: [ 1, 0 ]
# CHECK: ...
----------------
I just noticed these expectations are a little funny. The last line doesnt' seem to be doing anything.
And I think the second to last line should be `CHECK-NEXT:`.
Anyway, not related to this fix I guess.
Repository:
rL LLVM
https://reviews.llvm.org/D44023
More information about the llvm-commits
mailing list