forked from OSchip/llvm-project
46a59fdab6
The bitcode reader looks specifically for `__DATA, __objc_catlist` as a section name. However, SVN r304661 removed the spaces (the two names are functionally equivalent but do not compare equally lexicographically). This causes compatibility issues. Add an auto-upgrade path for removing the spaces as well as use the new name in the LTO plugin. llvm-svn: 315086 |
||
---|---|---|
.. | ||
BitReader.cpp | ||
BitcodeReader.cpp | ||
BitstreamReader.cpp | ||
CMakeLists.txt | ||
LLVMBuild.txt | ||
MetadataLoader.cpp | ||
MetadataLoader.h | ||
ValueList.cpp | ||
ValueList.h |