From de828bad7ea0d6bf29ecbb7ba7bd780200dada7c Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 25 Oct 2017 14:23:27 +0000 Subject: [PATCH] Also update IsUbuntu() with Ubuntu Bionic Follow up of r316577 llvm-svn: 316578 --- clang/include/clang/Driver/Distro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/include/clang/Driver/Distro.h b/clang/include/clang/Driver/Distro.h index 6574fbc..f079ceb 100644 --- a/clang/include/clang/Driver/Distro.h +++ b/clang/include/clang/Driver/Distro.h @@ -112,7 +112,7 @@ public: } bool IsUbuntu() const { - return DistroVal >= UbuntuHardy && DistroVal <= UbuntuArtful; + return DistroVal >= UbuntuHardy && DistroVal <= UbuntuBionic; } /// @} -- 2.7.4