From: LLVM Packaging Team Date: Tue, 8 Feb 2022 20:39:18 +0000 (+0000) Subject: Debian-version-info-and-bugreport X-Git-Tag: archive/raspbian/1%13.0.1-3+rpi1^2~87 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f09b295735470d5ed60c518fbdde9f73a3a98f5c;p=llvm-toolchain-13.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 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