diff options
| author | Sylvestre Ledru <sledru@mozilla.com> | 2019-11-16 12:20:47 +0100 |
|---|---|---|
| committer | Sylvestre Ledru <sledru@mozilla.com> | 2019-11-16 12:21:54 +0100 |
| commit | 42effc106966d45053abdd4e3d03ecfe256869b5 (patch) | |
| tree | 7f6bfe43d9eeb28592d3f80b7b1f13e3a3ea6199 /clang/lib | |
| parent | d8f7c68e28bd0b8eb49f752bd7d26aa767c0b078 (diff) | |
| download | bcm5719-llvm-42effc106966d45053abdd4e3d03ecfe256869b5.tar.gz bcm5719-llvm-42effc106966d45053abdd4e3d03ecfe256869b5.zip | |
Add support of the next Ubuntu (Ubuntu 20.04 - Focal Fossa)
Diffstat (limited to 'clang/lib')
| -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 f2a3074d1e7..92e04108a7e 100644 --- a/clang/lib/Driver/Distro.cpp +++ b/clang/lib/Driver/Distro.cpp @@ -52,6 +52,7 @@ static Distro::DistroType DetectDistro(llvm::vfs::FileSystem &VFS) { .Case("cosmic", Distro::UbuntuCosmic) .Case("disco", Distro::UbuntuDisco) .Case("eoan", Distro::UbuntuEoan) + .Case("focal", Distro::UbuntuFocal) .Default(Distro::UnknownDistro); if (Version != Distro::UnknownDistro) return Version; |

