Debian-version-info-and-bugreport
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Thu, 11 Jul 2019 03:08:05 +0000 (04:08 +0100)
committerRaspbian forward porter <root@raspbian.org>
Thu, 11 Jul 2019 03:08:05 +0000 (04:08 +0100)
Gbp-Pq: Name 0003-Debian-version-info-and-bugreport.patch

lib/Support/CommandLine.cpp

index d95b791972c896e93507658487be1e17d72adc6b..39483f2c78e42d950f30508dd4a135eeef96cd6f 100644 (file)
@@ -2103,6 +2103,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