llvm-capstone/llvm/tools/llvm-bcanalyzer
Teresa Johnson 0cff935036 Fix for llvm-dis/llvm-bcanalyzer overflows
Summary:
These tools failed for a very large bitcode file produced by LTO due to
64-bit values being assigned to 32-bit types. For the BitstreamReader.h
fix, the value initially fit into the 32-bit unsigned, but there was an
overflow when multiplying by 32 furter below to compute the bit offset.

No test case in the patch as this requires a huge bitcode file.

Reviewers: pcc, george.karpenkov

Subscribers: mehdi_amini, a.sidorin, llvm-commits

Differential Revision: https://reviews.llvm.org/D47731

llvm-svn: 333942
2018-06-04 19:20:02 +00:00
..
CMakeLists.txt [CMake] llvm-bcanalyzer depends on intrinsics_gen 2016-11-19 02:17:12 +00:00
llvm-bcanalyzer.cpp Fix for llvm-dis/llvm-bcanalyzer overflows 2018-06-04 19:20:02 +00:00
LLVMBuild.txt