From: LLVM Packaging Team Date: Tue, 31 May 2022 12:08:49 +0000 (+0100) Subject: Debian-version-info-and-bugreport X-Git-Tag: archive/raspbian/1%14.0.4-4+rpi1~88 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=eac433207ebe48e074d621e4a6a9933df5008ecf;p=llvm-toolchain-14.git Debian-version-info-and-bugreport Gbp-Pq: Name 0003-Debian-version-info-and-bugreport.patch --- 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