Adds test to check that when getLazyBitcodeModule is called:
- Functions are not materailzed by default.
- Only the requested function gets materialized (if no block addresses are used).
Differential D8907
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:
Diff Detail Event TimelineThis revision is now accepted and ready to land.Apr 22 2015, 2:26 PM Closed by commit rL236611: Add bitcode test to verify functions can be materialized out of order. (authored by dschuff). · Explain WhyMay 6 2015, 9:56 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 23445 unittests/Bitcode/BitReaderTest.cpp
|