diff options
Diffstat (limited to 'contrib/llvm/tools/clang/lib/Driver/Distro.cpp')
-rw-r--r-- | contrib/llvm/tools/clang/lib/Driver/Distro.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/llvm/tools/clang/lib/Driver/Distro.cpp b/contrib/llvm/tools/clang/lib/Driver/Distro.cpp index d305b17..2df297f 100644 --- a/contrib/llvm/tools/clang/lib/Driver/Distro.cpp +++ b/contrib/llvm/tools/clang/lib/Driver/Distro.cpp @@ -47,6 +47,7 @@ static Distro::DistroType DetectDistro(vfs::FileSystem &VFS) { .Case("xenial", Distro::UbuntuXenial) .Case("yakkety", Distro::UbuntuYakkety) .Case("zesty", Distro::UbuntuZesty) + .Case("artful", Distro::UbuntuArtful) .Default(Distro::UnknownDistro); if (Version != Distro::UnknownDistro) return Version; |