This is an archive of the discontinued LLVM Phabricator instance.

Add bitcode compatibility test for 6.0
ClosedPublic

Authored by steven_wu on Jul 9 2018, 9:58 AM.

Details

Summary

Add bitcode compatibility test for 6.0. On top of the normal disassemble
test, also runs the verifier to make sure simple 6.0 bitcode can pass
the current IR verifier.

Diff Detail

Repository
rL LLVM

Event Timeline

steven_wu created this revision.Jul 9 2018, 9:58 AM
vsk accepted this revision.Jul 9 2018, 10:03 AM

Thanks!

This revision is now accepted and ready to land.Jul 9 2018, 10:03 AM
This revision was automatically updated to reflect the committed changes.