"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "f13820148bbf9866376e53c9b6930d35b8da699a"
Call generateCompactUnwindEncodings() right before we need to output the frame information.
There are more than one paths to where the frame information is emitted. Place the call to generateCompactUnwindEncodings() into the method which outputs the frame information, thus ensuring that the encoding is there for every path. This involved threading the MCAsmBackend object through to this method. <rdar://problem/13623355> llvm-svn: 190335
Loading
Please register or sign in to comment