From 3ac5361c1c44a4a7eee2862fe5131c66c50c3c0a Mon Sep 17 00:00:00 2001 From: LLVM Packaging Team Date: Sun, 16 Dec 2018 12:07:54 +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 a1e659a01..cb475bff7 100644 --- a/lib/Support/CommandLine.cpp +++ b/lib/Support/CommandLine.cpp @@ -2123,6 +2123,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