Author: Sylvestre Ledru Date: 2023-07-21T18:23:14+02:00 New Revision: 0517a9cae90fafbc36267a81df40ce4eef73eb30
URL: https://github.com/llvm/llvm-project/commit/0517a9cae90fafbc36267a81df40ce4eef73eb30 DIFF: https://github.com/llvm/llvm-project/commit/0517a9cae90fafbc36267a81df40ce4eef73eb30.diff LOG: clang/Debian: add Debian Trixie now that it is in unstable Added: Modified: clang/lib/Driver/Distro.cpp Removed: ################################################################################ diff --git a/clang/lib/Driver/Distro.cpp b/clang/lib/Driver/Distro.cpp index e86b589a1cfb5e..6e0087565941ea 100644 --- a/clang/lib/Driver/Distro.cpp +++ b/clang/lib/Driver/Distro.cpp @@ -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); } _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits