This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Reduce redundancy in tests
ClosedPublic

Authored by sbc100 on Jan 29 2018, 3:02 PM.

Details

Summary

Add a simple start entry point input file and have the tests
reference that rather than duplicating these.

This allows more tests to be pure .test files rather than
.ll.

Diff Detail

Repository
rLLD LLVM Linker

Event Timeline

sbc100 created this revision.Jan 29 2018, 3:02 PM
sbc100 retitled this revision from [WebAssembly] Cleanup command line tests to [WebAssembly] Reduce redundancy in tests.Jan 29 2018, 3:02 PM
sbc100 added reviewers: ruiu, ncw.
ncw accepted this revision.Jan 30 2018, 4:07 PM

Looks nice and harmless.

This revision is now accepted and ready to land.Jan 30 2018, 4:07 PM
ruiu accepted this revision.Jan 30 2018, 4:08 PM

LGTM

This revision was automatically updated to reflect the committed changes.
test/wasm/import-memory.test