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

llvm/lib/Support/CommandLine.cpp

index 123a23a5242c2679a070394ebc7471b5e09c3fd2..0f99c551ab90b69d45d7ecfba523332b05ee21bd 100644 (file)
@@ -2500,6 +2500,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