summaryrefslogtreecommitdiffstats
path: root/libcxx/lib/abi/4.0
Commit message (Collapse)AuthorAgeFilesLines
* Update ABI list for 4.0 releaseEric Fiselier2017-03-022-1905/+1906
| | | | llvm-svn: 296805
* 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
* Update version to 5.0Eric Fiselier2017-01-132-0/+4280
llvm-svn: 291928
OpenPOWER on IntegriCloud