summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/exception.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename TU names to not conflict with libc++.Eric Fiselier2016-11-181-41/+0
| | | | | | | | | | In order to easily merge libc++ and libc++abi static archives it's important that none of the source files share the same name. (See http://stackoverflow.com/questions/3821916/how-to-merge-two-ar-static-libraries-into-one) This patch renames source files which share a name with libc++ sources. llvm-svn: 287327
* Add some needed symbols in exception.cpp and eliminate dependence upon ↵Howard Hinnant2012-01-241-0/+41
uncaught_exception() from cxa_vector.cpp. libc++abi is very nearly a self-contained (though not complete) library now. llvm-svn: 148866
OpenPOWER on IntegriCloud