mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-03 19:32:35 +00:00
eaf1b5664b
The BOLT instrumentation runtime uses a bump allocator that has a fixed amount of maximum memory. In some cases, this memory limit is not large enough (https://github.com/llvm/llvm-project/issues/59174). We are hitting this limit when instrumenting the Rust compiler with BOLT. This change increases the memory of the bump allocator used for writing the resulting BOLT profile. Reviewed By: rafauler Differential Revision: https://reviews.llvm.org/D151891 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
common.h | ||
config.h.in | ||
hugify.cpp | ||
instr.cpp |