Go to file
Kai Nacke 9a224ced0f 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
2013-05-14 16:30:51 +00:00
clang Add LeakSanitizer.rst to docs. 2013-05-14 15:48:54 +00:00
clang-tools-extra cpp11-migrate: Fix crash in AddOverride due to template instantiations 2013-05-10 14:04:58 +00:00
compiler-rt [sanitizer] Fix Android build. 2013-05-14 15:22:39 +00:00
debuginfo-tests Remove IR scenario tests. 2013-03-15 20:52:10 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Fixing the MSan/compiler-rt build 2013-05-13 21:53:44 +00:00
libcxxabi Add capability to demangle invocation functions for ObjC blocks. 2013-04-10 19:44:03 +00:00
lld [lld][LayoutPass] Fix a bug that caused buildbot to fail on some platforms. 2013-05-14 01:51:56 +00:00
lldb Fix inline stepping test case on Linux because Thread::ThreadStoppedForAReason ignored virtual steps. 2013-05-14 15:20:12 +00:00
llvm Add bitcast to store of personality function. 2013-05-14 16:30:51 +00:00
polly Sort includes 2013-05-07 08:11:54 +00:00