mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 17:54:50 +00:00
20 lines
596 B
Diff
20 lines
596 B
Diff
---
|
|
lib/Support/CommandLine.cpp | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
Index: llvm-toolchain-snapshot_5.0~svn296106/lib/Support/CommandLine.cpp
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_5.0~svn296106.orig/lib/Support/CommandLine.cpp
|
|
+++ llvm-toolchain-snapshot_5.0~svn296106/lib/Support/CommandLine.cpp
|
|
@@ -2064,6 +2064,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
|