From: LLVM Packaging Team Date: Mon, 9 Jan 2017 20:24:17 +0000 (+0000) Subject: Debian-version-info-and-bugreport X-Git-Tag: archive/raspbian/1%3.8.1-17+rpi1~5^2~52 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d04ea9bb0d4bf2940ed6c63e91da28db229245f7;p=llvm-toolchain-3.8.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 fdcdb037..23fe0ad7 100644 --- a/lib/Support/CommandLine.cpp +++ b/lib/Support/CommandLine.cpp @@ -1743,6 +1743,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