"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "d8d1fec6bd99d87dc818819b49d3fc4a9f36f67e"
Add bitcast to store of personality function.
The personality function is user defined and may have an arbitrary result type. The code assumes always i8*. This results in an assertion failure if a different type is used. A bitcast to i8* is added to prevent this failure. Reviewed by: Renato Golin, Bob Wilson llvm-svn: 181802
Loading
Please register or sign in to comment