forked from OSchip/llvm-project
Debian: Add two missing version code in sid
llvm-svn: 358758
This commit is contained in:
parent
54a93a33ee
commit
5505ad34db
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue