Debian-version-info-and-bugreport
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Sat, 7 Nov 2020 14:53:51 +0000 (14:53 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Sat, 7 Nov 2020 14:53:51 +0000 (14:53 +0000)
Gbp-Pq: Name 0003-Debian-version-info-and-bugreport.patch

llvm/lib/Support/CommandLine.cpp

index 12ef0d511b147b38f6b2f52cf3635e9ccbe53132..1d7793ff9d763f61c0ea41f559ece36abfc20b35 100644 (file)
@@ -2505,6 +2505,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