Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename TU names to not conflict with libc++. | Eric Fiselier | 2016-11-18 | 1 | -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 Hinnant | 2012-01-24 | 1 | -0/+41 |
uncaught_exception() from cxa_vector.cpp. libc++abi is very nearly a self-contained (though not complete) library now. llvm-svn: 148866 |