mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 09:21:17 +00:00
16 lines
574 B
Diff
16 lines
574 B
Diff
Index: llvm-toolchain-snapshot_3.4~svn184290/lib/Support/CommandLine.cpp
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_3.4~svn184290.orig/lib/Support/CommandLine.cpp 2013-06-19 11:13:57.582779558 +0200
|
|
+++ llvm-toolchain-snapshot_3.4~svn184290/lib/Support/CommandLine.cpp 2013-06-19 11:13:57.582779558 +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
|