Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support of the next Ubuntu (Ubuntu 17.10 - Artful Aardvark) | Sylvestre Ledru | 2017-05-04 | 1 | -0/+1 |
| | | | | llvm-svn: 302143 | ||||
* | [Driver] Fix recognizing newer OpenSUSE versions | Michal Gorny | 2016-11-28 | 1 | -2/+5 |
| | | | | | | | | | | Fix recognizing newer OpenSUSE versions that combine the two version components into 'VERSION = x.y'. The check was written against an older version that kept those two split as VERSION and PATCHLEVEL. Differential Revision: https://reviews.llvm.org/D26850 llvm-svn: 288061 | ||||
* | [Driver] Refactor distro detection & classification as a separate API | Michal Gorny | 2016-11-28 | 1 | -0/+131 |
Refactor the Distro enum along with helper functions into a full-fledged Distro class, inspired by llvm::Triple, and make it a public API. The new class wraps the enum with necessary comparison operators, adding the convenience Is*() methods and a constructor performing the detection. The public API is needed to run the unit tests (D25869). Differential Revision: https://reviews.llvm.org/D25949 llvm-svn: 288060 |