From b55c4dfe2aa1262bb98fb56eaec57404fcecd30b Mon Sep 17 00:00:00 2001 From: LLVM Packaging Team Date: Tue, 13 Feb 2018 08:26:55 +0000 Subject: [PATCH] Debian-version-info-and-bugreport Gbp-Pq: Name 0003-Debian-version-info-and-bugreport.patch --- lib/Support/CommandLine.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.30.2