Files
clang-p2996/llvm/lib/ProfileData/InstrProf.cpp
Kazushi Marukawa 418e441936 [InstrProf] Correct buffer size for encodeULEB128 (#67011)
This function uses 16 bytes buffer to encode two 64 bits data. However,
the encoding method requires 10 bytes to encode one 64 bits data, so
encoded data actually requiress 20 bytes total.
2023-09-26 10:16:01 +09:00

54 KiB