mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 12:59:10 +00:00
16 lines
574 B
Diff
16 lines
574 B
Diff
Index: llvm-toolchain-snapshot_3.3~svn181457/lib/Support/CommandLine.cpp
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_3.3~svn181457.orig/lib/Support/CommandLine.cpp 2013-05-06 23:56:35.000000000 +0200
|
|
+++ llvm-toolchain-snapshot_3.3~svn181457/lib/Support/CommandLine.cpp 2013-05-08 20:26:00.000000000 +0200
|
|
@@ -1513,6 +1513,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
|