diff options
Diffstat (limited to 'clang/lib/Driver/Distro.cpp')
-rw-r--r-- | clang/lib/Driver/Distro.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Driver/Distro.cpp b/clang/lib/Driver/Distro.cpp index 8a5a9fc..838e087 100644 --- a/clang/lib/Driver/Distro.cpp +++ b/clang/lib/Driver/Distro.cpp @@ -92,6 +92,7 @@ static Distro::DistroType DetectLsbRelease(llvm::vfs::FileSystem &VFS) { .Case("oracular", Distro::UbuntuOracular) .Case("plucky", Distro::UbuntuPlucky) .Case("questing", Distro::UbuntuQuesting) + .Case("resolute", Distro::UbuntuResolute) .Default(Distro::UnknownDistro); return Version; } |