"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "6b88c76f13855fe07eacb8c671e1f37e35a0670c"
Recursive calls to ValueObject::GetSummaryAsCString() are causing crashes.
The previous approach to controlling the recursion was doing it from outside the function which is not reliable. Now it is being done inside the function. This might not solve all of the crashes that we were seeing since there are other functions that clear the bit that indicates that the summary is in the process of being generated, but it might solve some. llvm-svn: 147741
Loading
Please register or sign in to comment