Files
clang-p2996/lldb/source/Utility/ArchSpec.cpp
Saleem Abdulrasool 92d42b32a9 Utility: ignore OS version on non-Darwin targets in ArchSpec
The OS version field is generally not very helpful for non-Darwin
targets.  On Linux, it identifies the kernel version which moves
out-of-sync with the userspace.  On Windows, this field actually ends up
corresponding to the Visual Studio toolset version instead of the OS
version.  Consider non-Darwin targets without an OS version to be fully
specified.

Differential Revision: https://reviews.llvm.org/D88181
Reviewed By: Jonas Devlieghere, Dave Lee
2020-09-23 18:21:34 -07:00

53 KiB