summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/Distro.cpp
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2019-04-19 13:48:52 +0000
committerSylvestre Ledru <sylvestre@debian.org>2019-04-19 13:48:52 +0000
commit5505ad34dbdd728db798b06450700ccc60e3ba89 (patch)
treef24a3160e2c7e9e8ede6031c3a076e939abd16e6 /clang/lib/Driver/Distro.cpp
parent54a93a33ee64dc068ed0e9792c66703e0f4b4a48 (diff)
downloadbcm5719-llvm-5505ad34dbdd728db798b06450700ccc60e3ba89.tar.gz
bcm5719-llvm-5505ad34dbdd728db798b06450700ccc60e3ba89.zip
Debian: Add two missing version code in sid
llvm-svn: 358758
Diffstat (limited to 'clang/lib/Driver/Distro.cpp')
-rw-r--r--clang/lib/Driver/Distro.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/Driver/Distro.cpp b/clang/lib/Driver/Distro.cpp
index 659aa06e3ff..f2a3074d1e7 100644
--- a/clang/lib/Driver/Distro.cpp
+++ b/clang/lib/Driver/Distro.cpp
@@ -105,6 +105,8 @@ static Distro::DistroType DetectDistro(llvm::vfs::FileSystem &VFS) {
.Case("wheezy/sid", Distro::DebianWheezy)
.Case("jessie/sid", Distro::DebianJessie)
.Case("stretch/sid", Distro::DebianStretch)
+ .Case("buster/sid", Distro::DebianBuster)
+ .Case("bullseye/sid", Distro::DebianBullseye)
.Default(Distro::UnknownDistro);
}
OpenPOWER on IntegriCloud