From b67c878f5efc09d730d6f7e3daa0a734e6aeb6bb Mon Sep 17 00:00:00 2001 From: LLVM Packaging Team Date: Fri, 22 Jul 2022 14:10:20 +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 4ae3ad4c24..951944b41e 100644 --- a/llvm/lib/Support/CommandLine.cpp +++ b/llvm/lib/Support/CommandLine.cpp @@ -2415,6 +2415,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