From c152791eadbe244d75f6c30b3b90a1e749253962 Mon Sep 17 00:00:00 2001 From: LLVM Packaging Team Date: Sat, 25 Jun 2022 08:56:23 +0100 Subject: [PATCH] Debian-version-info-and-bugreport Gbp-Pq: Name 0003-Debian-version-info-and-bugreport.patch --- llvm/lib/Support/CommandLine.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/llvm/lib/Support/CommandLine.cpp b/llvm/lib/Support/CommandLine.cpp index 71a6ebf2a7..38f3518e91 100644 --- a/llvm/lib/Support/CommandLine.cpp +++ b/llvm/lib/Support/CommandLine.cpp @@ -2449,6 +2449,10 @@ public: OS << " " << LLVM_VERSION_INFO; #endif OS << "\n "; +#ifdef LLVM_DEBIAN_INFO + OS << LLVM_DEBIAN_INFO; +#endif + OS << "\n "; #if LLVM_IS_DEBUG_BUILD OS << "DEBUG build"; #else -- 2.30.2