From: LLVM Packaging Team Date: Thu, 28 Feb 2019 12:50:21 +0000 (+0000) Subject: Debian-version-info-and-bugreport X-Git-Tag: archive/raspbian/1%7.0.1-8+rpi1^2~105 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f1824c87a8c30c9c7ba00d9ede7fe06b6f6d8143;p=llvm-toolchain-7.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 a1e659a01..cb475bff7 100644 --- a/lib/Support/CommandLine.cpp +++ b/lib/Support/CommandLine.cpp @@ -2123,6 +2123,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