thiagomacieira marked an inline comment as done. thiagomacieira added inline comments.
================ Comment at: lib/Driver/Distro.cpp:148 + for (StringRef Line : Lines) + if (Version == Distro::UnknownDistro && Line.startswith("ID=")) + Version = llvm::StringSwitch<Distro::DistroType>(Line.substr(3)) ---------------- I'm changing this so we can detect Clear-derived distributions. https://reviews.llvm.org/D53125 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits