This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Combine emscripten SjLj tests
ClosedPublic

Authored by aheejin on Aug 26 2019, 1:42 AM.

Details

Summary

Combine a test in lower-em-sjlj-longjmp-only.ll into lower-em-sjlj.ll,
because the test command is the same and I don't see any reason it
should be a separate file. Also converted tabs into spaces and fixed
indentations in lower-em-sjlj-sret.ll. (lower-em-sjlj.ll uses a
different test command (llc), so it couldn't be combined)

Diff Detail

Repository
rL LLVM

Event Timeline

aheejin created this revision.Aug 26 2019, 1:42 AM
dschuff accepted this revision.Aug 26 2019, 9:53 AM
This revision is now accepted and ready to land.Aug 26 2019, 9:53 AM
This revision was automatically updated to reflect the committed changes.