From: LLVM Packaging Team Date: Thu, 16 Jun 2022 10:00:08 +0000 (+0100) Subject: Debian-version-info-and-bugreport X-Git-Tag: archive/raspbian/1%13.0.1-6_deb11u1+rpi1^2~92 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e15ae0d9fdfcfd0b89b913a205113a49ca4e5e65;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