From: LLVM Packaging Team Date: Thu, 22 Oct 2020 20:29:07 +0000 (+0100) Subject: Debian-version-info-and-bugreport X-Git-Tag: archive/raspbian/1%10.0.1-8+rpi1^2^2~79 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=914aca17ca7d128a76fd31623ceccb4af1bca088;p=llvm-toolchain-10.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 cb73380ba..bdf1f4358 100644 --- a/llvm/lib/Support/CommandLine.cpp +++ b/llvm/lib/Support/CommandLine.cpp @@ -2473,6 +2473,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