Debian-version-info-and-bugreport
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Fri, 2 Jun 2017 13:14:18 +0000 (13:14 +0000)
committerGianfranco Costamagna <locutusofborg@debian.org>
Fri, 2 Jun 2017 13:14:18 +0000 (13:14 +0000)
===================================================================

Gbp-Pq: Name 0003-Debian-version-info-and-bugreport.patch

lib/Support/CommandLine.cpp

index a5d2ba2d6a2de070dbadc3fe0965d8429ba5de92..2327af76e3fa0efa6cdc5b277bc8d83589d73063 100644 (file)
@@ -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