summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/typeinfo.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename TU names to not conflict with libc++.Eric Fiselier2016-11-181-53/+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
* Work on restricting symbol visibility.Howard Hinnant2012-02-021-4/+0
| | | | llvm-svn: 149633
* Add new file for public type_info-related signaturesHoward Hinnant2012-01-241-0/+57
llvm-svn: 148853
OpenPOWER on IntegriCloud