llvm-project/llvm/lib/Bitcode
Mehdi Amini 5022bb7238 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