Debian-version-info-and-bugreport
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Sat, 23 Jul 2022 21:01:02 +0000 (22:01 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Sat, 23 Jul 2022 21:01:02 +0000 (22:01 +0100)
Gbp-Pq: Name 0003-Debian-version-info-and-bugreport.patch

llvm/lib/Support/CommandLine.cpp

index 71a6ebf2a72ebb1cf2716b3b0916a53859669122..38f3518e9163fcf779afe9edf0a7812e05aaf256 100644 (file)
@@ -2449,6 +2449,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