"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "7796da240952bb7cc288dc2163897cd9ade4a194"
Call __cxa_begin_catch before std::terminate() in a noexcept trap.
r174939-40 caused us to do this in the canonical terminate lpad, but when the EH stack has other cleanups on it we use the terminate handler block, which wasn't doing this. Fixes the rest of rdar://11904428 given appropriate stdlib support. llvm-svn: 184475
Loading
Please register or sign in to comment