History log of /external/compiler-rt/lib/int_util.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c453bd5ba0faad8344cb94d627a6683a9ad14ca7 04-Feb-2012 Nick Kledzik <kledzik@apple.com> On Apple platforms, wire up compilerrt_abort() to log file and function info

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@149723 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/int_util.c
1626d864159d42d1c5a492c1cb686f629e81f815 29-Nov-2011 Daniel Dunbar <daniel@zuster.org> lib/int_util: My refactoring to allow shared utility code had a fatal flaw when
multiple .a files would end up with duplicate strong definitions. This could
cause link failures in certain scenarios when both definitions got loaded.
- The best solution I see for this (aside from not factoring out the utility
code) is to mark the definitions weak. Better solutions appreciated!

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@145427 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/int_util.c
401f693a874c0f2fd9e37173e3ab7045a1bdeb3d 16-Nov-2011 Daniel Dunbar <daniel@zuster.org> lib: Add support for library wide utility functions, and make compilerrt_abort()
a real boy.
- The utility module needs to be included into every produced library, because
we don't have enough dependency tracking to know exactly which other modules
might require the utilities.

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@144751 91177308-0d34-0410-b5e6-96231b3b80d8
/external/compiler-rt/lib/int_util.c