llvm-6502/unittests/Bitcode
Derek Schuff 683cf0f88f Add bitcode test to verify functions can be materialized out of order.
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).

Reviewers: jvoung, rafael

Reviewed By: rafael

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D8907

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236611 91177308-0d34-0410-b5e6-96231b3b80d8
2015-05-06 16:52:35 +00:00
..
BitReaderTest.cpp Add bitcode test to verify functions can be materialized out of order. 2015-05-06 16:52:35 +00:00
BitstreamReaderTest.cpp [Bitcode] AtEndOfStream should only check against the size if it's known. 2014-11-13 00:08:41 +00:00
CMakeLists.txt [Bitcode] AtEndOfStream should only check against the size if it's known. 2014-11-13 00:08:41 +00:00
Makefile BitcodeTests: Fix LINK_COMPONENTS. 2014-08-02 00:12:54 +00:00