mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-17 07:43:37 +00:00
16 lines
574 B
Diff
16 lines
574 B
Diff
Index: llvm-toolchain-snapshot_3.4~svn184046/lib/Support/CommandLine.cpp
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_3.4~svn184046.orig/lib/Support/CommandLine.cpp 2013-06-15 19:43:10.000000000 +0200
|
|
+++ llvm-toolchain-snapshot_3.4~svn184046/lib/Support/CommandLine.cpp 2013-06-15 19:43:10.000000000 +0200
|
|
@@ -1509,6 +1509,10 @@
|
|
OS << LLVM_VERSION_INFO;
|
|
#endif
|
|
OS << "\n ";
|
|
+#ifdef LLVM_DEBIAN_INFO
|
|
+ OS << LLVM_DEBIAN_INFO;
|
|
+#endif
|
|
+ OS << "\n ";
|
|
#ifndef __OPTIMIZE__
|
|
OS << "DEBUG build";
|
|
#else
|