From: LLVM Packaging Team Date: Sat, 14 Jan 2017 10:46:16 +0000 (+0000) Subject: Debian-version-info-and-bugreport X-Git-Tag: archive/raspbian/1%3.9.1-5+rpi1~1^2^2~41 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3cc78f7b376f3954d4b3b50a433cb96e1e40be54;p=llvm-toolchain-3.9.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 a5d2ba2d..2327af76 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