summaryrefslogtreecommitdiff
path: root/debian/patches/0003-Debian-version-info-and-bugreport.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0003-Debian-version-info-and-bugreport.patch')
-rw-r--r--debian/patches/0003-Debian-version-info-and-bugreport.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/patches/0003-Debian-version-info-and-bugreport.patch b/debian/patches/0003-Debian-version-info-and-bugreport.patch
new file mode 100644
index 0000000..6d28f02
--- /dev/null
+++ b/debian/patches/0003-Debian-version-info-and-bugreport.patch
@@ -0,0 +1,15 @@
+Index: llvm-toolchain-snapshot_3.7~svn241915/lib/Support/CommandLine.cpp
+===================================================================
+--- llvm-toolchain-snapshot_3.7~svn241915.orig/lib/Support/CommandLine.cpp
++++ llvm-toolchain-snapshot_3.7~svn241915/lib/Support/CommandLine.cpp
+@@ -1747,6 +1747,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