Add comment about the importance of being adjacent. NFC

llvm-svn: 240328
This commit is contained in:
Douglas Katzman 2015-06-22 20:55:31 +00:00
parent e884389ce8
commit a5df0c8d54
1 changed files with 3 additions and 0 deletions

View File

@ -2896,6 +2896,9 @@ Tool *Solaris::buildLinker() const {
/// Distribution (very bare-bones at the moment).
enum Distro {
// NB: Releases of a particular Linux distro should be kept together
// in this enum, because some tests are done by integer comparison against
// the first and last known member in the family, e.g. IsRedHat().
ArchLinux,
DebianLenny,
DebianSqueeze,