1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/lib/Bitcode
Saleem Abdulrasool 19f89bca5d Bitcode: add an auto-upgrade for LTO section name
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
2017-10-06 18:06:59 +00:00
..
Reader Bitcode: add an auto-upgrade for LTO section name 2017-10-06 18:06:59 +00:00
Writer [llvm] Fix some typos. NFC. 2017-09-15 20:01:43 +00:00
CMakeLists.txt
LLVMBuild.txt