Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Triple] Add a "macos" OS type that acts as a synonym for "macosx" | Alex Lorenz | 2017-05-03 | 1 | -0/+1 |
| | | | | | | | | | | | The "macosx" OS type is still the canonical type. In the future "macos" will become the canonical OS type (but we will still support "macosx"). rdar://27043820 Differential Revision: https://reviews.llvm.org/D32748 llvm-svn: 302011 | ||||
* | AsmPrinter: Fix wrong OS X versions being emitted for darwin triples | Matthias Braun | 2016-01-13 | 1 | -0/+4 |
The version numbers of the darwin kernel are different from the version numbers of OS X, so we need adjustments if we had "*-*-darwin" triples. Use the existing utility functions in TargetTriple for this. Fixes rdar://22056966 Differential Revision: http://reviews.llvm.org/D14601 llvm-svn: 257555 |