This is an archive of the discontinued LLVM Phabricator instance.

Add bitcode test to verify functions can be materialized out of order.
ClosedPublic

Authored by kschimpf on Apr 8 2015, 2:45 PM.

Details

Summary

Adds test to check that when getLazyBitcodeModule is called:

  1. Functions are not materailzed by default.
  2. Only the requested function gets materialized (if no block addresses are used).

Diff Detail

Repository
rL LLVM

Event Timeline

kschimpf updated this revision to Diff 23445.Apr 8 2015, 2:45 PM
kschimpf retitled this revision from to Add bitcode test to verify functions can be materialized out of order..
kschimpf updated this object.
kschimpf edited the test plan for this revision. (Show Details)
kschimpf added a subscriber: Unknown Object (MLST).
jvoung edited edge metadata.Apr 21 2015, 12:56 PM

Hmm don't think I got the email for this, but saw it on my list.

Looks okay to me.

rafael accepted this revision.Apr 22 2015, 2:26 PM
rafael edited edge metadata.

LGTM, sure, why not :-)

This revision is now accepted and ready to land.Apr 22 2015, 2:26 PM
This revision was automatically updated to reflect the committed changes.