1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/runtime/GCCLibraries/crtend
Chris Lattner 58fc2b3a5b Actually pass in a pointer to the thrown object, not a pointer to the
exception header.  This is the final missing piece from the PR#27 puzzle.

llvm-svn: 9043
2003-10-10 22:55:55 +00:00
..
C++-Exception.cpp Actually pass in a pointer to the thrown object, not a pointer to the 2003-10-10 22:55:55 +00:00
C++-Exception.h Rename files to be capitalized now that they are C++ 2003-08-30 22:47:59 +00:00
crtend.c Don't register the destructors if the list is empty 2003-06-26 04:20:38 +00:00
Exception.cpp Move language independent exception handling routines OUT of C++Exception.cpp 2003-08-30 23:17:51 +00:00
Exception.h Rename LongJmpException -> SJLJException 2003-08-30 23:29:08 +00:00
exported_symbol_list.lst Move the exception handling runtime stuff into this directory 2003-09-15 15:06:39 +00:00
listend.ll Update to match typename produced by the C frontend 2003-05-22 19:30:11 +00:00
Makefile Fix building outside the srcdir, again 2003-09-15 19:22:36 +00:00
SJLJ-Exception.cpp Urg, forgot to add a file header somehow. 2003-08-30 23:31:08 +00:00
SJLJ-Exception.h we don't need this here 2003-08-30 23:18:07 +00:00