1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/tools/llvm-bcanalyzer
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
..
CMakeLists.txt [CMake] llvm-bcanalyzer depends on intrinsics_gen 2016-11-19 02:17:12 +00:00
llvm-bcanalyzer.cpp Change Metadata Index emission in the bitcode to use 2x32 bits for the placeholder 2016-12-28 23:45:54 +00:00
LLVMBuild.txt