[PATCH] D56024: [clang] [Distro] Support detecting Gentoo

Michał Górny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 22 00:20:46 PST 2018


mgorny marked an inline comment as done.
mgorny added inline comments.


================
Comment at: include/clang/Driver/Distro.h:118
   }
 
   bool IsUbuntu() const {
----------------
phosek wrote:
> Shall we also introduce the `IsGentoo()` predicate for convenience?
Hmm, I originally thought they only make sense when there's 1+ distro value for it. But I guess more distros are doing it for some reason.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56024/new/

https://reviews.llvm.org/D56024





More information about the cfe-commits mailing list