Debian-version-info-and-bugreport
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Tue, 7 Jul 2020 16:18:00 +0000 (17:18 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Tue, 7 Jul 2020 16:18:00 +0000 (17:18 +0100)
Gbp-Pq: Name 0003-Debian-version-info-and-bugreport.patch

llvm/lib/Support/CommandLine.cpp

index 25510fa58ff54335eb54c1b7e87b0d2702fd575b..6c22f1c1ccd82c63735c35e7ea1a747ce23140a8 100644 (file)
@@ -2378,6 +2378,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