This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Use default lli JIT in Integration tests
ClosedPublic

Authored by cota on Apr 13 2021, 12:43 PM.

Details

Summary

Now that 9b8e7a9d ("[lli] Honor the --entry-function flag in orc and
orc-lazy modes") fixed https://llvm.org/PR49906.

Diff Detail

Event Timeline

cota created this revision.Apr 13 2021, 12:43 PM
cota requested review of this revision.Apr 13 2021, 12:43 PM
aartbik accepted this revision.Apr 13 2021, 12:56 PM
This revision is now accepted and ready to land.Apr 13 2021, 12:56 PM
mehdi_amini accepted this revision.Apr 13 2021, 3:44 PM

Thanks for the quick fix!

This revision was automatically updated to reflect the committed changes.