From: LLVM Packaging Team Date: Sun, 12 Mar 2017 09:01:10 +0000 (+0000) Subject: Debian-version-info-and-bugreport X-Git-Tag: archive/raspbian/1%4.0.1-1+rpi1~3^2~2^2^2~44 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a17f70ccf64c0f8c48b56101a1bf59cda4ea99c7;p=llvm-toolchain-4.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 a5d2ba2d6..2327af76e 100644 --- a/lib/Support/CommandLine.cpp +++ b/lib/Support/CommandLine.cpp @@ -2036,6 +2036,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