summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/stdlib_stdexcept.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove dependancy on __refstring header; use local copy instead.Eric Fiselier2017-07-121-1/+1
| | | | | | | | | | | | | | This patch removes the dependancy on libc++'s __refstring header, which was only a header in the first place so that libc++abi could build library code using it, and not because libc++ needed it in the headers. This patch allows libc++ to stop shipping <__refstring> publicaly at the cost of duplicating it across projects. Ideally libc++abi would always require the libc++ sources when building, but that's a separate discussion I plan to start on the mailing lists shortly. llvm-svn: 307748
* Rename TU names to not conflict with libc++.Eric Fiselier2016-11-181-0/+48
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
OpenPOWER on IntegriCloud