summaryrefslogtreecommitdiffstats
path: root/llvm/runtime/GCCLibraries/crtend/Exception.cpp
Commit message (Collapse)AuthorAgeFilesLines
* crtend is only for llvm-gcc3, remove it.Chris Lattner2007-02-231-54/+0
| | | | llvm-svn: 34529
* Undo removal of the runtime libraries. While this may have been a bitReid Spencer2006-11-171-0/+54
| | | | | | | premature, these libraries will be going away for the 2.0 release. Other arrangements for profiling, gc, etc. should be made in the next few months. llvm-svn: 31807
* In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer2006-11-161-54/+0
| | | | | | be dropped. This patch pertains to removing the runtime directory from LLVM. llvm-svn: 31793
* Fix wierd problems linking C programs which look for symbols in libstdc++.Chris Lattner2003-11-081-3/+0
| | | | | | | | | | This was due to the 'assert' macro expanding into a function call on some platforms which could throw. The C++ compiler then added checks for the exception specifications in these functions, which pulled in the C++ runtime. This was bad, and the assertions can never fire (the library is now debugged) so just remove them. llvm-svn: 9801
* Move language independent exception handling routines OUT of C++Exception.cppChris Lattner2003-08-301-0/+57
llvm-svn: 8232
OpenPOWER on IntegriCloud