Debian-version-info-and-bugreport
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Fri, 2 Mar 2018 12:28:19 +0000 (12:28 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Fri, 2 Mar 2018 12:28:19 +0000 (12:28 +0000)
Gbp-Pq: Name 0003-Debian-version-info-and-bugreport.patch

lib/Support/CommandLine.cpp

index d95b791972c896e93507658487be1e17d72adc6b..39483f2c78e42d950f30508dd4a135eeef96cd6f 100644 (file)
@@ -2103,6 +2103,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