mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 07:48:46 +00:00
16 lines
574 B
Diff
16 lines
574 B
Diff
Index: llvm-toolchain-snapshot_3.4~svn188990/lib/Support/CommandLine.cpp
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/lib/Support/CommandLine.cpp 2013-08-22 09:07:22.728608907 +0200
|
|
+++ llvm-toolchain-snapshot_3.4~svn188990/lib/Support/CommandLine.cpp 2013-08-22 09:07:22.724608907 +0200
|
|
@@ -1686,6 +1686,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
|