forked from OSchip/llvm-project
parent
0919a84071
commit
38c177ac1d
|
@ -392,8 +392,8 @@ public:
|
||||||
/// isMacOSXVersionLT - Comparison function for checking OS X version
|
/// isMacOSXVersionLT - Comparison function for checking OS X version
|
||||||
/// compatibility, which handles supporting skewed version numbering schemes
|
/// compatibility, which handles supporting skewed version numbering schemes
|
||||||
/// used by the "darwin" triples.
|
/// used by the "darwin" triples.
|
||||||
unsigned isMacOSXVersionLT(unsigned Major, unsigned Minor = 0,
|
bool isMacOSXVersionLT(unsigned Major, unsigned Minor = 0,
|
||||||
unsigned Micro = 0) const {
|
unsigned Micro = 0) const {
|
||||||
assert(isMacOSX() && "Not an OS X triple!");
|
assert(isMacOSX() && "Not an OS X triple!");
|
||||||
|
|
||||||
// If this is OS X, expect a sane version number.
|
// If this is OS X, expect a sane version number.
|
||||||
|
|
Loading…
Reference in New Issue