1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 21:42:54 +02:00
llvm-mirror/lib/Bitcode
Mehdi Amini 16e26549a6 Change Metadata Index emission in the bitcode to use 2x32 bits for the placeholder
The Bitstream reader and writer are limited to handle a "size_t" at
most, which means that we can't backpatch and read back a 64bits
value on 32 bits platform.

llvm-svn: 290693
2016-12-28 23:45:54 +00:00
..
Reader [DebugInfo] Added support for Checksum debug info feature. 2016-12-25 10:12:09 +00:00
Writer Change Metadata Index emission in the bitcode to use 2x32 bits for the placeholder 2016-12-28 23:45:54 +00:00
CMakeLists.txt
LLVMBuild.txt