From: LLVM Packaging Team Date: Mon, 20 Jan 2020 09:26:04 +0000 (+0000) Subject: Debian-version-info-and-bugreport X-Git-Tag: archive/raspbian/1%6.0.1-12+rpi1^2~71 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=aa318e600f93b1f36a85e56f7b79e9566504448a;p=llvm-toolchain-6.0.git Debian-version-info-and-bugreport Gbp-Pq: Name 0003-Debian-version-info-and-bugreport.patch --- diff --git a/lib/Support/CommandLine.cpp b/lib/Support/CommandLine.cpp index d95b7919..39483f2c 100644 --- a/lib/Support/CommandLine.cpp +++ b/lib/Support/CommandLine.cpp @@ -2103,6 +2103,10 @@ public: OS << " " << LLVM_VERSION_INFO; #endif OS << "\n "; +#ifdef LLVM_DEBIAN_INFO + OS << LLVM_DEBIAN_INFO; +#endif + OS << "\n "; #ifndef __OPTIMIZE__ OS << "DEBUG build"; #else