Debian-version-info-and-bugreport
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Tue, 8 Feb 2022 20:39:18 +0000 (20:39 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Tue, 8 Feb 2022 20:39:18 +0000 (20:39 +0000)
Gbp-Pq: Name 0003-Debian-version-info-and-bugreport.patch

llvm/lib/Support/CommandLine.cpp

index 4ae3ad4c24535f72a43d5be72dbc04970c76a552..951944b41e75a7b51e78683f9c59881b8217df59 100644 (file)
@@ -2415,6 +2415,10 @@ public:
     OS << " " << LLVM_VERSION_INFO;
 #endif
     OS << "\n  ";
+#ifdef LLVM_DEBIAN_INFO
+    OS << LLVM_DEBIAN_INFO;
+#endif
+    OS << "\n  ";
 #if LLVM_IS_DEBUG_BUILD
     OS << "DEBUG build";
 #else