From: LLVM Packaging Team Date: Wed, 18 Oct 2017 14:37:25 +0000 (+0100) Subject: Debian-version-info-and-bugreport X-Git-Tag: archive/raspbian/1%4.0.1-8+rpi1^2~49 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=024008f259820802095df20e57a893b796b66fab;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 3889902ee..6b4d829e2 100644 --- a/lib/Support/CommandLine.cpp +++ b/lib/Support/CommandLine.cpp @@ -2064,6 +2064,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