This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Fix tests with invalid yaml (required CODE section missing)
ClosedPublic

Authored by ncw on Mar 2 2018, 9:06 AM.

Details

Diff Detail

Repository
rL LLVM

Event Timeline

ncw created this revision.Mar 2 2018, 9:06 AM
sbc100 accepted this revision.Mar 2 2018, 9:43 AM
sbc100 added inline comments.
test/ObjectYAML/wasm/function_section.yaml
32 ↗(On Diff #136769)

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.

This revision is now accepted and ready to land.Mar 2 2018, 9:43 AM
This revision was automatically updated to reflect the committed changes.