Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update ABI list for 4.0 release | Eric Fiselier | 2017-03-02 | 2 | -1905/+1906 |
| | | | | llvm-svn: 296805 | ||||
* | Fix handling of Apple target triple when checking the ABI lists. | Eric Fiselier | 2017-01-20 | 1 | -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.0 | Eric Fiselier | 2017-01-13 | 2 | -0/+4280 |
llvm-svn: 291928 |