This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Make LBB markers not affected by test order
ClosedPublic

Authored by aheejin on Apr 19 2019, 5:25 PM.

Details

Summary

This way we can change the order of tests or delete some of them without
affecting tests for other functions.

Diff Detail

Repository
rL LLVM

Event Timeline

aheejin created this revision.Apr 19 2019, 5:25 PM

Ping. I guess I can just commit this, because it's simple anyway

tlively accepted this revision.Apr 23 2019, 1:43 PM

Looks good!

This revision is now accepted and ready to land.Apr 23 2019, 1:43 PM
This revision was automatically updated to reflect the committed changes.