Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename TU names to not conflict with libc++. | Eric Fiselier | 2016-11-18 | 1 | -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 Hinnant | 2012-02-02 | 1 | -4/+0 |
| | | | | llvm-svn: 149633 | ||||
* | Add new file for public type_info-related signatures | Howard Hinnant | 2012-01-24 | 1 | -0/+57 |
llvm-svn: 148853 |