llvm-project/llvm/lib/Bitcode
Mehdi Amini a71002e7f1 Fix bitcode auto-upgrade when using bitcode lazy loading
The auto-upgrade path could be called before the VST (global
names) was fully parsed, and thus intrinsic names were not
available and the autoupgrade logic could not operate.

Fix link failures with ThinLTO.

This is a recommit of r278610 with a different fix.

llvm-svn: 278615
2016-08-14 00:01:27 +00:00
..
Reader Fix bitcode auto-upgrade when using bitcode lazy loading 2016-08-14 00:01:27 +00:00
Writer [PM] Port ModuleSummaryIndex analysis to new pass manager 2016-08-12 13:53:02 +00:00
CMakeLists.txt
LLVMBuild.txt