Skip to content

Commit

Permalink
clang/Debian: add Debian Trixie now that it is in unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre committed Jul 21, 2023
1 parent 4fb25ca commit 0517a9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang/lib/Driver/Distro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ static Distro::DistroType DetectDistro(llvm::vfs::FileSystem &VFS) {
.Case("buster/sid", Distro::DebianBuster)
.Case("bullseye/sid", Distro::DebianBullseye)
.Case("bookworm/sid", Distro::DebianBookworm)
.Case("trixie/sid", Distro::DebianTrixie)
.Default(Distro::UnknownDistro);
}

Expand Down

0 comments on commit 0517a9c

Please sign in to comment.