summaryrefslogtreecommitdiffstats
path: root/libcxx/lib/abi/3.9
Commit message (Collapse)AuthorAgeFilesLines
* Fix handling of Apple target triple when checking the ABI lists.Eric Fiselier2017-01-201-0/+0
| | | | | | | | | | | | The check-cxx-abilist rule uses TARGET_TRIPLE to determine which ABI list to check. However the triple on Apple contains the darwin version which changes frequently, but libc++ doesn't need different ABI lists for each darwin version. This patch strips the minor version and patchlevel from TARGET_TRIPLE before using it to determine the ABI list. llvm-svn: 292557
* Sort ABI lists by name so that changes don't generate big diffsEric Fiselier2016-10-142-2589/+2589
| | | | llvm-svn: 284198
* Add ABI list for 3.9 linuxEric Fiselier2016-10-141-0/+2010
| | | | llvm-svn: 284192
* Add 3.9 symbol list for OS XEric Fiselier2016-10-141-0/+2448
llvm-svn: 284189
OpenPOWER on IntegriCloud