Debian-version-info-and-bugreport
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Wed, 18 Oct 2017 14:37:25 +0000 (15:37 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Wed, 18 Oct 2017 14:37:25 +0000 (15:37 +0100)
Gbp-Pq: Name 0003-Debian-version-info-and-bugreport.patch

lib/Support/CommandLine.cpp

index 3889902eea54a208eb5bf209ac15381603d85cde..6b4d829e2cc0117b834a149ee774baeba6f7e449 100644 (file)
@@ -2064,6 +2064,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