"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "5dfdadde045374525e3e0990b71379ca08ce1c2f"
Improve LMARegion handling.
This fixes the crash reported at PR36083. The issue is that we were trying to put all the sections in the same PT_LOAD and crashing trying to write past the end of the file. This also adds accounting for used space in LMARegion, without it all 3 PT_LOADs would have the same physical address. llvm-svn: 323449
Loading
Please register or sign in to comment